Uses of Enum Class
net.minecraft.client.PrioritizeChunkUpdates
Packages that use PrioritizeChunkUpdates
-
Uses of PrioritizeChunkUpdates in net.minecraft.client
Fields in net.minecraft.client declared as PrioritizeChunkUpdatesModifier and TypeFieldDescriptionprivate static final PrioritizeChunkUpdates[]
PrioritizeChunkUpdates.BY_ID
Options.prioritizeChunkUpdates
Fields in net.minecraft.client with type parameters of type PrioritizeChunkUpdatesModifier and TypeFieldDescriptionstatic final CycleOption<PrioritizeChunkUpdates>
Option.PRIORITIZE_CHUNK_UPDATES
Methods in net.minecraft.client that return PrioritizeChunkUpdatesModifier and TypeMethodDescriptionstatic PrioritizeChunkUpdates
PrioritizeChunkUpdates.byId
(int p_193788_) static PrioritizeChunkUpdates
Returns the enum constant of this class with the specified name.static PrioritizeChunkUpdates[]
PrioritizeChunkUpdates.values()
Returns an array containing the constants of this enum class, in the order they are declared.