Interface LocatableSnapshot<T extends LocatableSnapshot<T>>

    • Method Detail

      • world

        ResourceKey world()
        Gets the key of the world.
        Returns:
        The key
      • position

        Vector3i position()
        Gets the saved block position.
        Returns:
        The saved block position
      • withLocation

        T withLocation​(ServerLocation location)
        Creates a copy of the snapshot with the provided ServerLocation.
        Parameters:
        location - The location
        Returns:
        The new snapshot