Uses of Class
net.minecraft.client.world.ClientWorld.Properties
Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.client.world |
-
Uses of ClientWorld.Properties in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientWorld.Properties Modifier and Type Field Description private ClientWorld.Properties
ClientPlayNetworkHandler. worldProperties
-
Uses of ClientWorld.Properties in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ClientWorld.Properties Modifier and Type Field Description private ClientWorld.Properties
ClientWorld. clientWorldProperties
Methods in net.minecraft.client.world that return ClientWorld.Properties Modifier and Type Method Description ClientWorld.Properties
ClientWorld. getLevelProperties()
Constructors in net.minecraft.client.world with parameters of type ClientWorld.Properties Constructor Description ClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, DimensionType dimensionType, int loadDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed)