Class AllArmInteractionPointTypes.CrushingWheelsType

java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPointType
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.CrushingWheelsType
Enclosing class:
AllArmInteractionPointTypes

public static class AllArmInteractionPointTypes.CrushingWheelsType extends ArmInteractionPointType
  • Constructor Details

    • CrushingWheelsType

      public CrushingWheelsType(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:
      canCreatePoint in class ArmInteractionPointType
    • 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:
      createPoint in class ArmInteractionPointType