Uses of Enum Class
net.minecraft.world.chunk.ChunkType
Packages that use ChunkType
-
Uses of ChunkType in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ChunkType -
Uses of ChunkType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkTypeMethods in net.minecraft.world.chunk that return ChunkTypeModifier and TypeMethodDescriptionChunkStatus.getChunkType()static ChunkTypeReturns the enum constant of this class with the specified name.static ChunkType[]ChunkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.chunk with parameters of type ChunkTypeModifier and TypeMethodDescriptionprivate static ChunkStatusChunkStatus.register(String id, @Nullable ChunkStatus previous, EnumSet<Heightmap.Type> heightMapTypes, ChunkType chunkType) Constructors in net.minecraft.world.chunk with parameters of type ChunkTypeModifierConstructorDescriptionprotectedChunkStatus(@Nullable ChunkStatus previous, EnumSet<Heightmap.Type> heightMapTypes, ChunkType chunkType)