Uses of Enum Class
org.bukkit.entity.CopperGolem.State
Packages that use CopperGolem.State
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of CopperGolem.State in org.bukkit.entity
Methods in org.bukkit.entity that return CopperGolem.StateModifier and TypeMethodDescriptionCopperGolem.getGolemState()Get the current copper golem state of the copper golem.static CopperGolem.StateReturns the enum constant of this class with the specified name.static CopperGolem.State[]CopperGolem.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.entity with parameters of type CopperGolem.StateModifier and TypeMethodDescriptionvoidCopperGolem.setGolemState(CopperGolem.State state) Set the copper golem state of the copper golem.