java.lang.Object
com.simibubi.create.content.logistics.block.flap.FlapType
All Implemented Interfaces:
com.jozufozu.flywheel.api.struct.Batched<FlapData>, com.jozufozu.flywheel.api.struct.Instanced<FlapData>, com.jozufozu.flywheel.api.struct.StructType<FlapData>

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

    • FlapType

      public FlapType()
  • Method Details

    • create

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

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

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

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

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