Package org.bukkit.entity
Interface CopperGolem.Oxidizing.AtTime
- All Superinterfaces:
CopperGolem.Oxidizing
- Enclosing interface:
CopperGolem.Oxidizing
AtTime oxidizing state - the absolute game time of the next weathering event.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.entity.CopperGolem.Oxidizing
CopperGolem.Oxidizing.AtTime, CopperGolem.Oxidizing.Unset, CopperGolem.Oxidizing.Waxed
-
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.Range(from=0L, to=9223372036854775807L) long
time()
Gets the absolute game time of the next weathering event.
-
Method Details
-
time
@org.jetbrains.annotations.Range(from=0L, to=9223372036854775807L) long time()Gets the absolute game time of the next weathering event.- Returns:
- the absolute game time of the next weathering event
- See Also:
-