Interface BlockSection


public interface BlockSection
  • Method Details

    • setBlockAt

      void setBlockAt(int posX, int posY, int posZ, @Nullable VirtualBlock block)
    • getBlockAt

      VirtualBlock getBlockAt(int posX, int posY, int posZ)
    • getSnapshot

      BlockSection getSnapshot()
    • getLastUpdate

      long getLastUpdate()