Uses of Enum Class
net.minecraft.client.render.ChunkBuilderMode
Packages that use ChunkBuilderMode
-
Uses of ChunkBuilderMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type ChunkBuilderModeModifier and TypeFieldDescriptionprivate final SimpleOption<ChunkBuilderMode> GameOptions.chunkBuilderModeMethods in net.minecraft.client.option that return types with arguments of type ChunkBuilderMode -
Uses of ChunkBuilderMode in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type ChunkBuilderModeModifier and TypeFieldDescriptionprivate static final IntFunction<ChunkBuilderMode> ChunkBuilderMode.BY_IDstatic final com.mojang.serialization.Codec<ChunkBuilderMode> ChunkBuilderMode.CODECMethods in net.minecraft.client.render that return ChunkBuilderModeModifier and TypeMethodDescriptionstatic ChunkBuilderModeReturns the enum constant of this class with the specified name.static ChunkBuilderMode[]ChunkBuilderMode.values()Returns an array containing the constants of this enum class, in the order they are declared.