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 interfaceAtTime oxidizing state - the absolute game time of the next weathering event.Classes in org.bukkit.entity that implement CopperGolem.OxidizingModifier and TypeClassDescriptionstatic final classUnset oxidizing state - the golem is not waxed but has not yet had its next weathering event 'scheduled'.static final classWaxed 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.OxidizingCopperGolem.Oxidizing.unset()Returns theCopperGolem.Oxidizing.Unsetinstance, valid for object identity comparisons.static CopperGolem.OxidizingCopperGolem.Oxidizing.waxed()Returns theCopperGolem.Oxidizing.Waxedinstance, valid for object identity comparisons.Methods in org.bukkit.entity with parameters of type CopperGolem.OxidizingModifier and TypeMethodDescriptionvoidCopperGolem.setOxidizing(CopperGolem.Oxidizing oxidizing) Set the oxidizing state of the copper golem.