Class ActorType
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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()com.jozufozu.flywheel.backend.gl.attrib.VertexFormatformat()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, waitMethods inherited from interface com.jozufozu.flywheel.backend.struct.Batched
asBatchedMethods inherited from interface com.jozufozu.flywheel.backend.struct.Writeable
asWriteable
-
Constructor Details
-
ActorType
public ActorType()
-
-
Method Details
-
create
- Specified by:
createin interfacecom.jozufozu.flywheel.backend.struct.StructType<ActorData>
-
format
public com.jozufozu.flywheel.backend.gl.attrib.VertexFormat format()- Specified by:
formatin interfacecom.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:
getWriterin interfacecom.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:
getTransformerin interfacecom.jozufozu.flywheel.backend.struct.Batched<ActorData>
-