Uses of Class
net.minecraft.client.render.SkyProperties
| Package | Description |
|---|---|
| net.minecraft.client.render | |
| net.minecraft.client.world |
-
Uses of SkyProperties in net.minecraft.client.render
Subclasses of SkyProperties in net.minecraft.client.render Modifier and Type Class Description static classSkyProperties.Endstatic classSkyProperties.Netherstatic classSkyProperties.OverworldFields in net.minecraft.client.render with type parameters of type SkyProperties Modifier and Type Field Description private static Object2ObjectMap<Identifier,SkyProperties>SkyProperties. BY_IDENTIFIERMethods in net.minecraft.client.render that return SkyProperties Modifier and Type Method Description static SkyPropertiesSkyProperties. byDimensionType(DimensionType dimensionType) -
Uses of SkyProperties in net.minecraft.client.world
Fields in net.minecraft.client.world declared as SkyProperties Modifier and Type Field Description private SkyPropertiesClientWorld. skyPropertiesMethods in net.minecraft.client.world that return SkyProperties Modifier and Type Method Description SkyPropertiesClientWorld. getSkyProperties()