Class RotatingType
java.lang.Object
com.simibubi.create.content.contraptions.base.flwdata.RotatingType
- All Implemented Interfaces:
com.jozufozu.flywheel.api.struct.Batched<RotatingData>,com.jozufozu.flywheel.api.struct.Instanced<RotatingData>,com.jozufozu.flywheel.api.struct.StructType<RotatingData>
public class RotatingType
extends Object
implements com.jozufozu.flywheel.api.struct.Instanced<RotatingData>, com.jozufozu.flywheel.api.struct.Batched<RotatingData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()com.jozufozu.flywheel.core.layout.BufferLayoutnet.minecraft.resources.ResourceLocationcom.jozufozu.flywheel.api.struct.StructWriter<RotatingData>getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing) voidtransform(RotatingData d, com.jozufozu.flywheel.core.model.ModelTransformer.Params b)
-
Constructor Details
-
RotatingType
public RotatingType()
-
-
Method Details
-
create
- Specified by:
createin interfacecom.jozufozu.flywheel.api.struct.StructType<RotatingData>
-
getLayout
public com.jozufozu.flywheel.core.layout.BufferLayout getLayout()- Specified by:
getLayoutin interfacecom.jozufozu.flywheel.api.struct.StructType<RotatingData>
-
getWriter
public com.jozufozu.flywheel.api.struct.StructWriter<RotatingData> getWriter(com.jozufozu.flywheel.backend.gl.buffer.VecBuffer backing) - Specified by:
getWriterin interfacecom.jozufozu.flywheel.api.struct.Instanced<RotatingData>
-
getProgramSpec
public net.minecraft.resources.ResourceLocation getProgramSpec()- Specified by:
getProgramSpecin interfacecom.jozufozu.flywheel.api.struct.Instanced<RotatingData>
-
transform
- Specified by:
transformin interfacecom.jozufozu.flywheel.api.struct.Batched<RotatingData>
-