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
Methods in io.papermc.paper.world that return WeatheringCopperStateModifier and TypeMethodDescriptionstatic WeatheringCopperState
Returns 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 TypeMethodDescriptionvoid
CopperGolem.setWeatheringState
(WeatheringCopperState state) Set the weathering state of the copper golem.