Class FunnelMovementBehaviour
java.lang.Object
com.simibubi.create.content.logistics.funnel.FunnelMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Field Summary
Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
REGISTRY -
Method Summary
Modifier and TypeMethodDescriptionstatic FunnelMovementBehaviourandesite()static FunnelMovementBehaviourbrass()net.minecraft.world.phys.Vec3getActiveAreaOffset(MovementContext context) 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, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, renderInContraption, startMoving, stopMoving, tick, writeExtraData
-
Method Details
-
andesite
-
brass
-
getActiveAreaOffset
- Specified by:
getActiveAreaOffsetin interfaceMovementBehaviour
-
visitNewPosition
- Specified by:
visitNewPositionin interfaceMovementBehaviour
-