Class FunnelMovementBehaviour
java.lang.Object
com.simibubi.create.content.logistics.block.funnel.FunnelMovementBehaviour
- All Implemented Interfaces:
MovementBehaviour
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunnelMovementBehaviourandesite()static FunnelMovementBehaviourbrass()net.minecraft.world.phys.Vec3getActiveAreaOffset(MovementContext context) booleanvoidvisitNewPosition(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.content.contraptions.components.structureMovement.MovementBehaviour
cancelStall, createInstance, dropItem, hasSpecialInstancedRendering, isActive, onSpeedChanged, renderInContraption, startMoving, stopMoving, tick, writeExtraData
-
Method Details
-
andesite
-
brass
-
getActiveAreaOffset
- Specified by:
getActiveAreaOffsetin interfaceMovementBehaviour
-
visitNewPosition
- Specified by:
visitNewPositionin interfaceMovementBehaviour
-
renderAsNormalTileEntity
public boolean renderAsNormalTileEntity()- Specified by:
renderAsNormalTileEntityin interfaceMovementBehaviour
-