Class AllArmInteractionPointTypes.RespawnAnchorType

java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
com.simibubi.create.content.kinetics.mechanicalArm.AllArmInteractionPointTypes.RespawnAnchorType
Enclosing class:
AllArmInteractionPointTypes

public static class AllArmInteractionPointTypes.RespawnAnchorType extends ArmInteractionPointType
  • Constructor Details

    • RespawnAnchorType

      public RespawnAnchorType()
  • 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