Uses of Enum Class
tfagaming.projects.minecraft.homestead.managers.ChunkManager.Error
Packages that use ChunkManager.Error
-
Uses of ChunkManager.Error in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return ChunkManager.ErrorModifier and TypeMethodDescriptionstatic ChunkManager.ErrorChunkManager.claimChunk(long regionId, org.bukkit.Chunk chunk) Claims a chunk for a specific region with normal protection checks.static ChunkManager.ErrorChunkManager.claimChunk(Region region, org.bukkit.Chunk chunk) Claims a chunk for a specific region with normal protection checks.static ChunkManager.ErrorChunkManager.forceUnclaimChunk(long regionId, org.bukkit.Chunk chunk) Unclaims a chunk bypassing split/topology protection and ownership checks.static ChunkManager.ErrorChunkManager.forceUnclaimChunk(Region region, org.bukkit.Chunk chunk) Unclaims a chunk bypassing split/topology protection and ownership checks.static ChunkManager.ErrorChunkManager.unclaimChunk(long regionId, org.bukkit.Chunk chunk) Unclaims a chunk with normal protection checks.static ChunkManager.ErrorChunkManager.unclaimChunk(Region region, org.bukkit.Chunk chunk) Unclaims a chunk with normal protection checks.static ChunkManager.ErrorReturns the enum constant of this class with the specified name.static ChunkManager.Error[]ChunkManager.Error.values()Returns an array containing the constants of this enum class, in the order they are declared.