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_IDOptions.prioritizeChunkUpdatesFields in net.minecraft.client with type parameters of type PrioritizeChunkUpdatesModifier and TypeFieldDescriptionstatic final CycleOption<PrioritizeChunkUpdates>Option.PRIORITIZE_CHUNK_UPDATESMethods in net.minecraft.client that return PrioritizeChunkUpdatesModifier and TypeMethodDescriptionstatic PrioritizeChunkUpdatesPrioritizeChunkUpdates.byId(int p_193788_) static PrioritizeChunkUpdatesReturns 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.