Class BasinMovementBehaviour
java.lang.Object
com.simibubi.create.content.processing.basin.BasinMovementBehaviour
- 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 TypeMethodDescriptiongetOrReadInventory(MovementContext context) 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
canBeDisabledVia, cancelStall, collectOrDropItem, createVisual, disableBlockEntityRendering, dropItem, getActiveAreaOffset, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, renderInContraption, startMoving, stopMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
BasinMovementBehaviour
public BasinMovementBehaviour()
-
-
Method Details
-
getOrReadInventory
public Map<String,net.neoforged.neoforge.items.ItemStackHandler> getOrReadInventory(MovementContext context) -
tick
- Specified by:
tickin interfaceMovementBehaviour
-