java.lang.Object
org.geysermc.connector.network.translators.world.chunk.GeyserColumn

public class GeyserColumn extends Object
Acts as a lightweight version of Column that doesn't store biomes or heightmaps.
  • Method Details

    • from

      public static GeyserColumn from(ChunkCache chunkCache, com.github.steveice10.mc.protocol.data.game.chunk.Column column)