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

public class BeltType extends Object implements com.jozufozu.flywheel.api.struct.Instanced<BeltData>, com.jozufozu.flywheel.api.struct.Batched<BeltData>
  • Constructor Details

    • BeltType

      public BeltType()
  • Method Details

    • create

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

      public com.jozufozu.flywheel.core.layout.BufferLayout getLayout()
      Specified by:
      getLayout in interface com.jozufozu.flywheel.api.struct.StructType<BeltData>
    • getWriter

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

      public net.minecraft.resources.ResourceLocation getProgramSpec()
      Specified by:
      getProgramSpec in interface com.jozufozu.flywheel.api.struct.Instanced<BeltData>
    • transform

      public void transform(BeltData d, com.jozufozu.flywheel.core.model.ModelTransformer.Params b)
      Specified by:
      transform in interface com.jozufozu.flywheel.api.struct.Batched<BeltData>