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

public class ActorType extends Object implements com.jozufozu.flywheel.backend.struct.Writeable<ActorData>, com.jozufozu.flywheel.backend.struct.Batched<ActorData>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.jozufozu.flywheel.backend.gl.attrib.VertexFormat
     
    com.jozufozu.flywheel.backend.struct.BatchingTransformer<ActorData>
    getTransformer(com.jozufozu.flywheel.core.model.Model model)
     
    com.jozufozu.flywheel.backend.struct.StructWriter<ActorData>
    getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.jozufozu.flywheel.backend.struct.Batched

    asBatched

    Methods inherited from interface com.jozufozu.flywheel.backend.struct.Writeable

    asWriteable
  • 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.Writeable<ActorData>
    • getTransformer

      public com.jozufozu.flywheel.backend.struct.BatchingTransformer<ActorData> getTransformer(com.jozufozu.flywheel.core.model.Model model)
      Specified by:
      getTransformer in interface com.jozufozu.flywheel.backend.struct.Batched<ActorData>