Class BrassDepotArmInteractionPointType
java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
com.petrolpark.petrolsparts.content.processing.brassDepot.BrassDepotArmInteractionPointType
public class BrassDepotArmInteractionPointType
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 com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointcreatePoint(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
-
BrassDepotArmInteractionPointType
public BrassDepotArmInteractionPointType()
-
-
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 com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPoint 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
-