Class BeltType
java.lang.Object
com.simibubi.create.content.contraptions.base.flwdata.BeltType
- All Implemented Interfaces:
com.jozufozu.flywheel.backend.struct.Batched<BeltData>,com.jozufozu.flywheel.backend.struct.StructType<BeltData>,com.jozufozu.flywheel.backend.struct.Writeable<BeltData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()com.jozufozu.flywheel.backend.gl.attrib.VertexFormatformat()com.jozufozu.flywheel.backend.struct.BatchingTransformer<BeltData>getTransformer(com.jozufozu.flywheel.core.model.IModel model) com.jozufozu.flywheel.backend.struct.StructWriter<BeltData>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
-
BeltType
public BeltType()
-
-
Method Details
-
create
- Specified by:
createin interfacecom.jozufozu.flywheel.backend.struct.StructType<BeltData>
-
format
public com.jozufozu.flywheel.backend.gl.attrib.VertexFormat format()- Specified by:
formatin interfacecom.jozufozu.flywheel.backend.struct.StructType<BeltData>
-
getWriter
public com.jozufozu.flywheel.backend.struct.StructWriter<BeltData> getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing) - Specified by:
getWriterin interfacecom.jozufozu.flywheel.backend.struct.Writeable<BeltData>
-
getTransformer
public com.jozufozu.flywheel.backend.struct.BatchingTransformer<BeltData> getTransformer(com.jozufozu.flywheel.core.model.IModel model) - Specified by:
getTransformerin interfacecom.jozufozu.flywheel.backend.struct.Batched<BeltData>
-