Interface Biome.Getter

All Known Subinterfaces:
ChunkSnapshot, InstanceSnapshot
All Known Implementing Classes:
Chunk, DynamicChunk, LightingChunk, SnapshotImpl.Chunk, SnapshotImpl.Instance
Enclosing interface:
Biome

public static interface Biome.Getter
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Biome
    getBiome(int x, int y, int z)
     
    default @NotNull Biome
    getBiome(@NotNull Point point)
     
  • Method Details

    • getBiome

      @NotNull @NotNull Biome getBiome(int x, int y, int z)
    • getBiome

      @NotNull default @NotNull Biome getBiome(@NotNull @NotNull Point point)