Class AllArmInteractionPointTypes.BeltType
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPointType
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.BeltType
- Enclosing class:
- AllArmInteractionPointTypes
-
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPointType
id -
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.logistics.block.mechanicalArm.ArmInteractionPointType
forEach, get, getId, getPrimaryType, getPriority, register
-
Constructor Details
-
BeltType
public BeltType(net.minecraft.resources.ResourceLocation id)
-
-
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
-