Interface IChunkLoader

All Known Implementing Classes:
TileChunkLoader, TileChunkLoaderBase, TileSpotLoader

public interface IChunkLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    Set<net.minecraft.world.level.ChunkPos>
     
    @Nullable UUID
     
    boolean
     
    net.minecraft.core.BlockPos
    pos()
     
    net.minecraft.world.level.Level
     
  • Method Details

    • getOwner

      @Nullable @Nullable UUID getOwner()
    • world

      net.minecraft.world.level.Level world()
    • pos

      net.minecraft.core.BlockPos pos()
    • deactivate

      void deactivate()
    • activate

      void activate()
    • isValid

      boolean isValid()
    • getChunks

      Set<net.minecraft.world.level.ChunkPos> getChunks()