Uses of Enum Class
dev.wyck.wrapper.environment.MoonPhase
Packages that use MoonPhase
-
Uses of MoonPhase in dev.wyck.wrapper.environment
Subclasses with type arguments of type MoonPhase in dev.wyck.wrapper.environmentModifier and TypeClassDescriptionenumThis enum represents the phases of the moon in Minecraft.Classes in dev.wyck.wrapper.environment that implement interfaces with type arguments of type MoonPhaseModifier and TypeClassDescriptionenumThis enum represents the phases of the moon in Minecraft.Fields in dev.wyck.wrapper.environment with type parameters of type MoonPhaseModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<MoonPhase> MoonPhase.TRANSLATORMethods in dev.wyck.wrapper.environment that return MoonPhaseModifier and TypeMethodDescriptionstatic MoonPhaseReturns the enum constant of this class with the specified name.static MoonPhase[]MoonPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.environment that return types with arguments of type MoonPhase -
Uses of MoonPhase in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type MoonPhaseModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<MoonPhase> EnvironmentAttributes.MOON_PHASEPhase of the moon.