Uses of Enum Class
net.minecraft.world.level.block.WeatheringCopper.WeatherState
Packages that use WeatheringCopper.WeatherState
-
Uses of WeatheringCopper.WeatherState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionprivate final WeatheringCopper.WeatherState
WeatheringCopperBulbBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperDoorBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperFullBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperGrateBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperSlabBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperStairBlock.weatherState
private final WeatheringCopper.WeatherState
WeatheringCopperTrapDoorBlock.weatherState
Fields in net.minecraft.world.level.block with type parameters of type WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WeatheringCopper.WeatherState> WeatheringCopper.WeatherState.CODEC
Methods in net.minecraft.world.level.block that return WeatheringCopper.WeatherStateModifier and TypeMethodDescriptionWeatheringCopperBulbBlock.getAge()
WeatheringCopperDoorBlock.getAge()
WeatheringCopperFullBlock.getAge()
WeatheringCopperGrateBlock.getAge()
WeatheringCopperSlabBlock.getAge()
WeatheringCopperStairBlock.getAge()
WeatheringCopperTrapDoorBlock.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.Constructors in net.minecraft.world.level.block with parameters of type WeatheringCopper.WeatherStateModifierConstructorDescriptionWeatheringCopperBulbBlock
(WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties) WeatheringCopperDoorBlock
(BlockSetType pType, WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties) WeatheringCopperFullBlock
(WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties) WeatheringCopperGrateBlock
(WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties) WeatheringCopperSlabBlock
(WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties) WeatheringCopperStairBlock
(WeatheringCopper.WeatherState pWeatherState, BlockState pBaseState, BlockBehaviour.Properties pProperties) WeatheringCopperTrapDoorBlock
(BlockSetType pType, WeatheringCopper.WeatherState pWeatherState, BlockBehaviour.Properties pProperties)