Uses of Enum Class
net.minecraft.world.level.block.WeatheringCopper.WeatherState
-
Uses of WeatheringCopper.WeatherState in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate final WeatheringCopper.WeatherState
WeatheringCopperFullBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperSlabBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperStairBlock.weatherState
Modifier and TypeMethodDescriptionWeatheringCopperFullBlock.getAge()
WeatheringCopperSlabBlock.getAge()
WeatheringCopperStairBlock.getAge()
Returns the enum constant of this class with the specified name.static WeatheringCopper.WeatherState[]
WeatheringCopper.WeatherState.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionWeatheringCopperFullBlock
(WeatheringCopper.WeatherState p_154925_, BlockBehaviour.Properties p_154926_) WeatheringCopperSlabBlock
(WeatheringCopper.WeatherState p_154938_, BlockBehaviour.Properties p_154939_) WeatheringCopperStairBlock
(WeatheringCopper.WeatherState p_154951_, BlockState p_154952_, BlockBehaviour.Properties p_154953_)