Class DropperMovementBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.behaviour.dispenser.DropperMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
- Direct Known Subclasses:
DispenserMovementBehaviour
-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MountedDispenseBehaviorgetDispenseBehavior(MovementContext context, net.minecraft.core.BlockPos pos, net.minecraft.world.item.ItemStack stack) voidvisitNewPosition(MovementContext context, net.minecraft.core.BlockPos pos) 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, tick, writeExtraData
-
Constructor Details
-
DropperMovementBehaviour
public DropperMovementBehaviour()
-
-
Method Details
-
visitNewPosition
- Specified by:
visitNewPositionin interfaceMovementBehaviour
-
getDispenseBehavior
protected MountedDispenseBehavior getDispenseBehavior(MovementContext context, net.minecraft.core.BlockPos pos, net.minecraft.world.item.ItemStack stack)
-