Class BasinMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour
com.simibubi.create.content.contraptions.processing.BasinMovementBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrReadInventory(MovementContext context) booleanvoidtick(MovementContext context) Methods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour
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()- Overrides:
renderAsNormalTileEntityin classMovementBehaviour
-
tick
- Overrides:
tickin classMovementBehaviour
-