+ +
+ +

Interface OfflineChunk

+
+
+
+
All Superinterfaces:
+
DataSerializable
+
+
+
public interface OfflineChunk +extends DataSerializable
+
Represents an offline chunk and its data. + The chunk may also be currently loaded!
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      chunkPosition

      +
      Vector3i chunkPosition()
      +
      Returns the chunk position.
      +
      +
      Returns:
      +
      the chunk position
      +
      +
      +
    • +
    • +
      +

      toContainer

      +
      DataContainer toContainer()
      +
      Returns the offline chunk data.
      +
      +
      Specified by:
      +
      toContainer in interface DataSerializable
      +
      Returns:
      +
      the offline chunk data
      +
      +
      +
    • +
    +
    +
  • +
+
+ +