Uses of Enum Class
net.minecraft.world.level.block.WeatheringCopper.WeatherState
Packages that use WeatheringCopper.WeatherState
Package
Description
-
Uses of WeatheringCopper.WeatherState in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models with parameters of type WeatheringCopper.WeatherStateModifier and TypeMethodDescriptionvoidBlockModelGenerators.createCopperGolemStatue(Block block, Block particle, WeatheringCopper.WeatherState state) -
Uses of WeatheringCopper.WeatherState in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as WeatheringCopper.WeatherState -
Uses of WeatheringCopper.WeatherState in net.minecraft.client.renderer.special
Constructors in net.minecraft.client.renderer.special with parameters of type WeatheringCopper.WeatherStateModifierConstructorDescription -
Uses of WeatheringCopper.WeatherState in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionstatic final EntityDataSerializer<WeatheringCopper.WeatherState> EntityDataSerializers.WEATHERING_COPPER_STATE -
Uses of WeatheringCopper.WeatherState in net.minecraft.world.entity.animal.golem
Fields in net.minecraft.world.entity.animal.golem with type parameters of type WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor<WeatheringCopper.WeatherState> CopperGolem.DATA_WEATHER_STATEprivate static final Map<WeatheringCopper.WeatherState, CopperGolemOxidationLevel> CopperGolemOxidationLevels.WEATHERED_STATESMethods in net.minecraft.world.entity.animal.golem that return WeatheringCopper.WeatherStateMethods in net.minecraft.world.entity.animal.golem with parameters of type WeatheringCopper.WeatherStateModifier and TypeMethodDescriptionstatic CopperGolemOxidationLevelCopperGolemOxidationLevels.getOxidationLevel(WeatheringCopper.WeatherState state) voidCopperGolem.setWeatherState(WeatheringCopper.WeatherState state) voidCopperGolem.spawn(WeatheringCopper.WeatherState weatherState) -
Uses of WeatheringCopper.WeatherState in net.minecraft.world.level.block
Subclasses with type arguments of type WeatheringCopper.WeatherState in net.minecraft.world.level.blockSubinterfaces with type arguments of type WeatheringCopper.WeatherState in net.minecraft.world.level.blockFields in net.minecraft.world.level.block declared as WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionprivate final WeatheringCopper.WeatherStateCopperGolemStatueBlock.weatheringStateprivate final WeatheringCopper.WeatherStateCopperChestBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperBarsBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperBulbBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperChainBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperDoorBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperFullBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperGrateBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperSlabBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperStairBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringCopperTrapDoorBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringLanternBlock.weatherStateprivate final WeatheringCopper.WeatherStateWeatheringLightningRodBlock.weatherStateFields in net.minecraft.world.level.block with type parameters of type WeatheringCopper.WeatherStateModifier and TypeFieldDescriptionstatic final IntFunction<WeatheringCopper.WeatherState> WeatheringCopper.WeatherState.BY_IDstatic final com.mojang.serialization.Codec<WeatheringCopper.WeatherState> WeatheringCopper.WeatherState.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, WeatheringCopper.WeatherState> WeatheringCopper.WeatherState.STREAM_CODECMethods in net.minecraft.world.level.block that return WeatheringCopper.WeatherStateModifier and TypeMethodDescriptionWeatheringCopperBarsBlock.getAge()WeatheringCopperBulbBlock.getAge()WeatheringCopperChainBlock.getAge()WeatheringCopperChestBlock.getAge()WeatheringCopperDoorBlock.getAge()WeatheringCopperFullBlock.getAge()WeatheringCopperGolemStatueBlock.getAge()WeatheringCopperGrateBlock.getAge()WeatheringCopperSlabBlock.getAge()WeatheringCopperStairBlock.getAge()WeatheringCopperTrapDoorBlock.getAge()WeatheringLanternBlock.getAge()WeatheringLightningRodBlock.getAge()CopperChestBlock.getState()CopperGolemStatueBlock.getWeatheringState()private WeatheringCopper.WeatherStateCarvedPumpkinBlock.getWeatherStateFromPattern(BlockPattern.BlockPatternMatch copperGolemMatch) WeatheringCopper.WeatherState.next()WeatheringCopper.WeatherState.previous()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.Method parameters in net.minecraft.world.level.block with type arguments of type WeatheringCopper.WeatherStateModifier and TypeMethodDescriptionstatic <WaxedBlock extends Block, WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier) Constructors in net.minecraft.world.level.block with parameters of type WeatheringCopper.WeatherStateModifierConstructorDescriptionCopperChestBlock(WeatheringCopper.WeatherState weatherState, SoundEvent openSound, SoundEvent closeSound, BlockBehaviour.Properties properties) CopperGolemStatueBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperBarsBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperBulbBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperChainBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperChestBlock(WeatheringCopper.WeatherState weatherState, SoundEvent openSound, SoundEvent closeSound, BlockBehaviour.Properties properties) WeatheringCopperDoorBlock(BlockSetType type, WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperFullBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringCopperGolemStatueBlock(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) WeatheringLanternBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties) WeatheringLightningRodBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties)