Class AllArmInteractionPointTypes.CrushingWheelPoint
java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.kinetics.mechanicalArm.AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
com.simibubi.create.content.kinetics.mechanicalArm.AllArmInteractionPointTypes.CrushingWheelPoint
- Enclosing class:
AllArmInteractionPointTypes
public static class AllArmInteractionPointTypes.CrushingWheelPoint
extends AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPoint
ArmInteractionPoint.Mode -
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPoint
cachedAngles, cachedHandler, cachedState, level, mode, pos, type -
Constructor Summary
ConstructorsConstructorDescriptionCrushingWheelPoint(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.kinetics.mechanicalArm.AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
cycleMode, extract, getSlotCountMethods inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPoint
create, deserialize, deserialize, extract, getHandler, getInteractionDirection, getLevel, getMode, getPos, getTargetAngles, getType, insert, isInteractable, isValid, keepAlive, serialize, serialize, setLevel, transformPos, updateCachedState
-
Constructor Details
-
CrushingWheelPoint
public CrushingWheelPoint(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
-