Class BogeyInstance.Frame
java.lang.Object
com.simibubi.create.content.logistics.trains.entity.BogeyInstance
com.simibubi.create.content.logistics.trains.entity.BogeyInstance.Frame
- Enclosing class:
- BogeyInstance
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.logistics.trains.entity.BogeyInstance
BogeyInstance.Drive, BogeyInstance.Frame -
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.trains.entity.BogeyInstance
bogey -
Constructor Summary
ConstructorsConstructorDescriptionFrame(CarriageBogey bogey, com.jozufozu.flywheel.api.MaterialManager materialManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginFrame(float wheelAngle, com.mojang.blaze3d.vertex.PoseStack ms) voidremove()voidupdateLight(int blockLight, int skyLight) Methods inherited from class com.simibubi.create.content.logistics.trains.entity.BogeyInstance
hiddenFrame, updateLight
-
Constructor Details
-
Frame
-
-
Method Details
-
beginFrame
public void beginFrame(float wheelAngle, com.mojang.blaze3d.vertex.PoseStack ms) - Overrides:
beginFramein classBogeyInstance
-
updateLight
public void updateLight(int blockLight, int skyLight) - Overrides:
updateLightin classBogeyInstance
-
remove
public void remove()- Overrides:
removein classBogeyInstance
-