Uses of Class
net.minecraft.client.world.ClientWorld.Properties
Packages that use ClientWorld.Properties
-
Uses of ClientWorld.Properties in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientWorld.PropertiesModifier and TypeFieldDescriptionprivate ClientWorld.Properties
ClientPlayNetworkHandler.worldProperties
-
Uses of ClientWorld.Properties in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ClientWorld.PropertiesModifier and TypeFieldDescriptionprivate final ClientWorld.Properties
ClientWorld.clientWorldProperties
Methods in net.minecraft.client.world that return ClientWorld.PropertiesConstructors in net.minecraft.client.world with parameters of type ClientWorld.PropertiesModifierConstructorDescriptionClientWorld
(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed)