Class RocketControlsMovementBehaviour
java.lang.Object
com.lightning.northstar.block.tech.rocket_controls.RocketControlsMovementBehaviour
- All Implemented Interfaces:
com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
public class RocketControlsMovementBehaviour
extends Object
implements com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackcanBeDisabledVia(com.simibubi.create.content.contraptions.behaviour.MovementContext context) voidrenderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.jozufozu.flywheel.core.virtual.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.content.contraptions.behaviour.MovementBehaviour
cancelStall, createInstance, dropItem, getActiveAreaOffset, hasSpecialInstancedRendering, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, renderAsNormalBlockEntity, startMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
RocketControlsMovementBehaviour
public RocketControlsMovementBehaviour()
-
-
Method Details
-
canBeDisabledVia
public net.minecraft.world.item.ItemStack canBeDisabledVia(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
canBeDisabledViain interfacecom.simibubi.create.content.contraptions.behaviour.MovementBehaviour
-
stopMoving
public void stopMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
stopMovingin interfacecom.simibubi.create.content.contraptions.behaviour.MovementBehaviour
-
tick
public void tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
tickin interfacecom.simibubi.create.content.contraptions.behaviour.MovementBehaviour
-
renderInContraption
public void renderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer) - Specified by:
renderInContraptionin interfacecom.simibubi.create.content.contraptions.behaviour.MovementBehaviour
-