Class TemperatureRegulatorMovementBehaviour
java.lang.Object
com.lightning.northstar.block.tech.temperature_regulator.TemperatureRegulatorMovementBehaviour
- All Implemented Interfaces:
com.simibubi.create.api.behaviour.movement.MovementBehaviour
public class TemperatureRegulatorMovementBehaviour
extends Object
implements com.simibubi.create.api.behaviour.movement.MovementBehaviour
-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidrenderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.simibubi.create.foundation.virtualWorld.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) voidstopMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context) voidtick(com.simibubi.create.content.contraptions.behaviour.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
canBeDisabledVia, cancelStall, createVisual, dropItem, getActiveAreaOffset, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, startMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
TemperatureRegulatorMovementBehaviour
public TemperatureRegulatorMovementBehaviour()
-
-
Method Details
-
stopMoving
public void stopMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
stopMovingin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-
tick
public void tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
tickin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-
disableBlockEntityRendering
public boolean disableBlockEntityRendering()- Specified by:
disableBlockEntityRenderingin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-
renderInContraption
public void renderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.simibubi.create.foundation.virtualWorld.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) - Specified by:
renderInContraptionin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-