Class AllArmInteractionPointTypes.TopFaceArmInteractionPoint
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.TopFaceArmInteractionPoint
- Direct Known Subclasses:
AllArmInteractionPointTypes.JukeboxPoint
- Enclosing class:
- AllArmInteractionPointTypes
public static class AllArmInteractionPointTypes.TopFaceArmInteractionPoint
extends ArmInteractionPoint
-
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
ConstructorsConstructorDescriptionTopFaceArmInteractionPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.phys.Vec3Methods 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, keepAlive, serialize, serialize, setLevel, transformPos, updateCachedState
-
Constructor Details
-
TopFaceArmInteractionPoint
public TopFaceArmInteractionPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
getInteractionPositionVector
protected net.minecraft.world.phys.Vec3 getInteractionPositionVector()- Overrides:
getInteractionPositionVectorin classArmInteractionPoint
-