Uses of Interface
org.bukkit.entity.CopperGolem.Oxidizing
Packages that use CopperGolem.Oxidizing
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of CopperGolem.Oxidizing in org.bukkit.entity
Subinterfaces of CopperGolem.Oxidizing in org.bukkit.entityModifier and TypeInterfaceDescriptionstatic interface
AtTime oxidizing state - the absolute game time of the next weathering event.Classes in org.bukkit.entity that implement CopperGolem.OxidizingModifier and TypeClassDescriptionstatic final class
Unset oxidizing state - the golem is not waxed but has not yet had its next weathering event 'scheduled'.static final class
Waxed oxidizing state - the golem is waxed and will not oxidize further.Methods in org.bukkit.entity that return CopperGolem.OxidizingModifier and TypeMethodDescriptionCopperGolem.getOxidizing()
Get the current oxidizing state of the copper golem.static CopperGolem.Oxidizing
CopperGolem.Oxidizing.unset()
Returns theCopperGolem.Oxidizing.Unset
instance, valid for object identity comparisons.static CopperGolem.Oxidizing
CopperGolem.Oxidizing.waxed()
Returns theCopperGolem.Oxidizing.Waxed
instance, valid for object identity comparisons.Methods in org.bukkit.entity with parameters of type CopperGolem.OxidizingModifier and TypeMethodDescriptionvoid
CopperGolem.setOxidizing
(CopperGolem.Oxidizing oxidizing) Set the oxidizing state of the copper golem.