Package com.hbm_m.compat.create
Class HbmDoorMovementBehaviour
java.lang.Object
com.hbm_m.compat.create.HbmDoorMovementBehaviour
- All Implemented Interfaces:
com.simibubi.create.api.behaviour.movement.MovementBehaviour
public class HbmDoorMovementBehaviour
extends Object
implements com.simibubi.create.api.behaviour.movement.MovementBehaviour
Door-actor для Create-контрапшенов. НОЛЬ blockstate-изменений → ноль reset'ов.
Состояние синкается S2C-пакетом через vanilla-only кэш
ContraptionDoorState.-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidstopMoving(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, onDisabledByControls, onSpeedChanged, renderInContraption, startMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
HbmDoorMovementBehaviour
-
-
Method Details
-
mustTickWhileDisabled
public boolean mustTickWhileDisabled()- Specified by:
mustTickWhileDisabledin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-
disableBlockEntityRendering
public boolean disableBlockEntityRendering()- Specified by:
disableBlockEntityRenderingin 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
-
stopMoving
public void stopMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context) - Specified by:
stopMovingin interfacecom.simibubi.create.api.behaviour.movement.MovementBehaviour
-