Uses of Enum Class
io.papermc.paper.world.WeatheringCopperState
Packages that use WeatheringCopperState
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of WeatheringCopperState in io.papermc.paper.world
Subclasses with type arguments of type WeatheringCopperState in io.papermc.paper.worldModifier and TypeClassDescriptionenumRepresents the weathering state of copper blocks, items, or entities.Methods in io.papermc.paper.world that return WeatheringCopperStateModifier and TypeMethodDescriptionstatic WeatheringCopperStateReturns the enum constant of this class with the specified name.static WeatheringCopperState[]WeatheringCopperState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WeatheringCopperState in org.bukkit.entity
Methods in org.bukkit.entity that return WeatheringCopperStateModifier and TypeMethodDescriptionCopperGolem.getWeatheringState()Get the current weathering state of the copper golem.Methods in org.bukkit.entity with parameters of type WeatheringCopperStateModifier and TypeMethodDescriptionvoidCopperGolem.setWeatheringState(WeatheringCopperState state) Set the weathering state of the copper golem.