Interface Block.Getter

All Known Subinterfaces:
ChunkSnapshot, InstanceSnapshot
All Known Implementing Classes:
Chunk, ChunkCache, DynamicChunk, Instance, InstanceContainer, LightingChunk, SharedInstance, SnapshotImpl.Chunk, SnapshotImpl.Instance
Enclosing interface:
Block

public static interface Block.Getter
  • Method Details

    • getBlock

      @UnknownNullability Block getBlock(int x, int y, int z, @NotNull @NotNull Block.Getter.Condition condition)
    • getBlock

      default @UnknownNullability Block getBlock(@NotNull @NotNull Point point, @NotNull @NotNull Block.Getter.Condition condition)
    • getBlock

      @NotNull default @NotNull Block getBlock(int x, int y, int z)
    • getBlock

      @NotNull default @NotNull Block getBlock(@NotNull @NotNull Point point)