Class BasinMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.processing.BasinMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrReadInventory(MovementContext context) booleanvoidtick(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.components.structureMovement.MovementBehaviour
cancelStall, createInstance, dropItem, getActiveAreaOffset, hasSpecialInstancedRendering, isActive, onSpeedChanged, renderInContraption, startMoving, stopMoving, visitNewPosition, writeExtraData
-
Constructor Details
-
BasinMovementBehaviour
public BasinMovementBehaviour()
-
-
Method Details
-
getOrReadInventory
public Map<String,net.minecraftforge.items.ItemStackHandler> getOrReadInventory(MovementContext context) -
renderAsNormalTileEntity
public boolean renderAsNormalTileEntity()- Specified by:
renderAsNormalTileEntityin interfaceMovementBehaviour
-
tick
- Specified by:
tickin interfaceMovementBehaviour
-