java.lang.Object
com.simibubi.create.content.contraptions.base.flwdata.RotatingType
All Implemented Interfaces:
com.jozufozu.flywheel.backend.struct.StructType<RotatingData>

public class RotatingType extends Object implements com.jozufozu.flywheel.backend.struct.StructType<RotatingData>
  • Constructor Details

    • RotatingType

      public RotatingType()
  • Method Details

    • create

      public RotatingData create()
      Specified by:
      create in interface com.jozufozu.flywheel.backend.struct.StructType<RotatingData>
    • format

      public com.jozufozu.flywheel.backend.gl.attrib.VertexFormat format()
      Specified by:
      format in interface com.jozufozu.flywheel.backend.struct.StructType<RotatingData>
    • getWriter

      public com.jozufozu.flywheel.backend.struct.StructWriter<RotatingData> getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing)
      Specified by:
      getWriter in interface com.jozufozu.flywheel.backend.struct.StructType<RotatingData>