Class LocalChunk

java.lang.Object
com.plotsquared.core.queue.LocalChunk

public class LocalChunk extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocalChunk​(@NonNull QueueCoordinator parent, int x, int z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull com.sk89q.worldedit.world.block.BaseBlock[][]
     
    @NonNull com.sk89q.worldedit.world.biome.BiomeType[][]
     
    @NonNull HashMap<com.sk89q.worldedit.util.Location,​com.sk89q.worldedit.entity.BaseEntity>
     
     
    @NonNull HashMap<com.sk89q.worldedit.math.BlockVector3,​com.sk89q.jnbt.CompoundTag>
     
    int
     
    int
     
    int
     
    void
    setBiome​(int x, int y, int z, @NonNull com.sk89q.worldedit.world.biome.BiomeType biomeType)
     
    void
    setBlock​(int x, int y, int z, @NonNull com.sk89q.worldedit.world.block.BaseBlock baseBlock)
     
    void
    setEntity​(@NonNull com.sk89q.worldedit.util.Location location, @NonNull com.sk89q.worldedit.entity.BaseEntity entity)
     
    void
    setTile​(int x, int y, int z, @NonNull com.sk89q.jnbt.CompoundTag tag)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalChunk

      public LocalChunk(@NonNull QueueCoordinator parent, int x, int z)
  • Method Details

    • getParent

      public @NonNull QueueCoordinator getParent()
    • getX

      public int getX()
    • getZ

      public int getZ()
    • getBaseblocks

      public @NonNull com.sk89q.worldedit.world.block.BaseBlock[][] getBaseblocks()
    • getBiomes

      public @NonNull com.sk89q.worldedit.world.biome.BiomeType[][] getBiomes()
    • getTiles

      public @NonNull HashMap<com.sk89q.worldedit.math.BlockVector3,​com.sk89q.jnbt.CompoundTag> getTiles()
    • setBiome

      public void setBiome(int x, int y, int z, @NonNull com.sk89q.worldedit.world.biome.BiomeType biomeType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setBlock

      public void setBlock(int x, int y, int z, @NonNull com.sk89q.worldedit.world.block.BaseBlock baseBlock)
    • setTile

      public void setTile(int x, int y, int z, @NonNull com.sk89q.jnbt.CompoundTag tag)
    • setEntity

      public void setEntity(@NonNull com.sk89q.worldedit.util.Location location, @NonNull com.sk89q.worldedit.entity.BaseEntity entity)
    • getEntities

      public @NonNull HashMap<com.sk89q.worldedit.util.Location,​com.sk89q.worldedit.entity.BaseEntity> getEntities()