Class BlazeBurnerMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.processing.burner.BlazeBurnerMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvalidate(MovementContext context) booleanvoidrenderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) voidtick(MovementContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour
cancelStall, createInstance, dropItem, getActiveAreaOffset, hasSpecialInstancedRendering, isActive, onSpeedChanged, startMoving, stopMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
BlazeBurnerMovementBehaviour
public BlazeBurnerMovementBehaviour()
-
-
Method Details
-
renderAsNormalTileEntity
public boolean renderAsNormalTileEntity()- Specified by:
renderAsNormalTileEntityin interfaceMovementBehaviour
-
tick
- Specified by:
tickin interfaceMovementBehaviour
-
invalidate
-
renderInContraption
public void renderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) - Specified by:
renderInContraptionin interfaceMovementBehaviour
-