Class ChainConveyorArmInteractionPoint.Type
java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
com.petrolpark.compat.create.core.chainconveyor.ChainConveyorArmInteractionPoint.Type
- Enclosing class:
ChainConveyorArmInteractionPoint
public static class ChainConveyorArmInteractionPoint.Type
extends com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
-
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) @Nullable ChainConveyorArmInteractionPointcreatePoint(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
-
Type
public Type()
-
-
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 classcom.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
-
createPoint
@Nullable public @Nullable ChainConveyorArmInteractionPoint createPoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) - Specified by:
createPointin classcom.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
-