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.WeatherStateWeatheringCopperBulbBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperDoorBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperFullBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperGrateBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperSlabBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperStairBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperTrapDoorBlock.weatherStateFields in net.minecraft.world.level.block with type parameters of type WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WeatheringCopper.WeatherState> WeatheringCopper.WeatherState.CODECMethods 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 weatherState, BlockBehaviour.Properties properties) WeatheringCopperDoorBlock(BlockSetType type, WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperFullBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperGrateBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperSlabBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperStairBlock(WeatheringCopper.WeatherState weatherState, BlockState baseState, BlockBehaviour.Properties properties) WeatheringCopperTrapDoorBlock(BlockSetType type, WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties)