Class AllArmInteractionPointTypes.BeltPoint
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.DepotPoint
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.BeltPoint
- Enclosing class:
- AllArmInteractionPointTypes
public static class AllArmInteractionPointTypes.BeltPoint
extends AllArmInteractionPointTypes.DepotPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
ArmInteractionPoint.Mode -
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
cachedAngles, cachedHandler, cachedState, level, mode, pos, type -
Constructor Summary
ConstructorsConstructorDescriptionBeltPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Methods inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.DepotPoint
getInteractionPositionVectorMethods inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
create, cycleMode, deserialize, deserialize, extract, extract, getHandler, getInteractionDirection, getLevel, getMode, getPos, getSlotCount, getTargetAngles, getType, insert, isInteractable, isValid, serialize, serialize, setLevel, transformPos, updateCachedState
-
Constructor Details
-
BeltPoint
public BeltPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
keepAlive
public void keepAlive()- Overrides:
keepAlivein classArmInteractionPoint
-