Uses of Class
net.minecraft.world.ChunkUpdateState
Packages that use ChunkUpdateState
-
Uses of ChunkUpdateState in net.minecraft.world
Fields in net.minecraft.world with type parameters of type ChunkUpdateStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChunkUpdateState> ChunkUpdateState.CODECMethods in net.minecraft.world that return types with arguments of type ChunkUpdateStateModifier and TypeMethodDescriptionstatic PersistentStateType<ChunkUpdateState> ChunkUpdateState.createStateType(String id) -
Uses of ChunkUpdateState in net.minecraft.world.updater
Fields in net.minecraft.world.updater with type parameters of type ChunkUpdateStateModifier and TypeFieldDescriptionprivate final Map<String, ChunkUpdateState> FeatureUpdater.updateStates