java.lang.Object
com.simibubi.create.content.contraptions.components.actors.flwdata.ActorType
All Implemented Interfaces:
com.jozufozu.flywheel.api.struct.Batched<ActorData>, com.jozufozu.flywheel.api.struct.Instanced<ActorData>, com.jozufozu.flywheel.api.struct.StructType<ActorData>

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

    • ActorType

      public ActorType()
  • Method Details

    • create

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

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

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

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

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