Uses of Enum Class
dev.cwhead.GravesX.manager.ChunkManager.ChunkType
Packages that use ChunkManager.ChunkType
-
Uses of ChunkManager.ChunkType in dev.cwhead.GravesX.manager
Methods in dev.cwhead.GravesX.manager that return ChunkManager.ChunkTypeModifier and TypeMethodDescriptionChunkManager.ChunkType.effective()Returns the effective type, mapping UNKNOWN to SPIGOT.ChunkManager.getChunkType()Gets the detected chunk/runtime type.static ChunkManager.ChunkTypeReturns the enum constant of this class with the specified name.static ChunkManager.ChunkType[]ChunkManager.ChunkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cwhead.GravesX.manager with parameters of type ChunkManager.ChunkTypeModifier and TypeMethodDescriptionvoidChunkManager.setChunkTypeOverride(ChunkManager.ChunkType type) Sets a hard override type.