Class ChunkAnvil113

java.lang.Object
net.pl3x.map.core.world.Chunk
net.pl3x.map.core.world.ChunkAnvil113

public class ChunkAnvil113 extends Chunk
  • Field Details

    • worldSurfaceHeights

      protected long[] worldSurfaceHeights
  • Constructor Details

    • ChunkAnvil113

      protected ChunkAnvil113(@NotNull @NotNull World world, @NotNull @NotNull Region region, @NotNull @NotNull net.querz.nbt.tag.CompoundTag chunkTag, int index)
  • Method Details

    • isFull

      public boolean isFull()
      Specified by:
      isFull in class Chunk
    • getBlockState

      @NotNull public @NotNull BlockState getBlockState(int x, int y, int z)
      Specified by:
      getBlockState in class Chunk
    • getLight

      public int getLight(int x, int y, int z)
      Specified by:
      getLight in class Chunk
    • getBiome

      @NotNull public @NotNull Biome getBiome(int x, int y, int z)
      Specified by:
      getBiome in class Chunk
    • noHeightmap

      public boolean noHeightmap()
      Specified by:
      noHeightmap in class Chunk
    • getWorldSurfaceY

      public int getWorldSurfaceY(int x, int z)
      Specified by:
      getWorldSurfaceY in class Chunk