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

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

    • ActorType

      public ActorType()
  • Method Details

    • create

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

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

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