Class BlazeBurnerMovementBehaviour
java.lang.Object
com.simibubi.create.content.processing.burner.BlazeBurnerMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackcanBeDisabledVia(MovementContext context) booleanvoidinvalidate(MovementContext context) voidrenderInContraption(MovementContext context, 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.api.behaviour.movement.MovementBehaviour
cancelStall, createVisual, dropItem, getActiveAreaOffset, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, startMoving, stopMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
BlazeBurnerMovementBehaviour
public BlazeBurnerMovementBehaviour()
-
-
Method Details
-
canBeDisabledVia
- Specified by:
canBeDisabledViain interfaceMovementBehaviour
-
tick
- Specified by:
tickin interfaceMovementBehaviour
-
invalidate
-
disableBlockEntityRendering
public boolean disableBlockEntityRendering()- Specified by:
disableBlockEntityRenderingin interfaceMovementBehaviour
-
renderInContraption
public void renderInContraption(MovementContext context, VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) - Specified by:
renderInContraptionin interfaceMovementBehaviour
-