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.chunkBuilderMode
Methods 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_ID
Methods in net.minecraft.client.render that return ChunkBuilderModeModifier and TypeMethodDescriptionstatic ChunkBuilderMode
ChunkBuilderMode.get
(int id) static ChunkBuilderMode
Returns 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.