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

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

    • BeltType

      public BeltType()
  • Method Details

    • create

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

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

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