Interface ServerLocationCreator

All Superinterfaces:
LocationCreator<ServerWorld,ServerLocation>
All Known Subinterfaces:
ServerWorld

public interface ServerLocationCreator extends LocationCreator<ServerWorld,ServerLocation>
  • Method Details

    • locatableBlock

      default LocatableBlock locatableBlock(Vector3i position)
      Gets a LocatableBlock for the desired Vector3i position.
      Parameters:
      position - The position to get the locatable block
      Returns:
      The locatable block
    • locatableBlock

      default LocatableBlock locatableBlock(int x, int y, int z)
      Gets a LocatableBlock for the desired x, y, z coordinates.
      Parameters:
      x - The x position
      y - The y position
      z - The z position
      Returns:
      The locatable block