Class AllArmInteractionPointTypes.CrushingWheelsType
java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
com.simibubi.create.content.kinetics.mechanicalArm.AllArmInteractionPointTypes.CrushingWheelsType
- Enclosing class:
AllArmInteractionPointTypes
-
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
SORTED_TYPES_VIEW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanCreatePoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) createPoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) Methods inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
getPrimaryType, getPriority, init
-
Constructor Details
-
CrushingWheelsType
public CrushingWheelsType()
-
-
Method Details
-
canCreatePoint
public boolean canCreatePoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) - Specified by:
canCreatePointin classArmInteractionPointType
-
createPoint
public ArmInteractionPoint createPoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) - Specified by:
createPointin classArmInteractionPointType
-