Uses of Enum Class
games.stendhal.server.core.rp.DaylightPhase
Packages that use DaylightPhase
Package
Description
This package contains conditions frequently used in quests.
-
Uses of DaylightPhase in games.stendhal.server.core.rp
Methods in games.stendhal.server.core.rp that return DaylightPhaseModifier and TypeMethodDescriptionstatic DaylightPhaseDaylightPhase.current()gets the current daylight phasestatic DaylightPhaseReturns the enum constant of this class with the specified name.static DaylightPhase[]DaylightPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in games.stendhal.server.core.rp with parameters of type DaylightPhaseModifier and TypeMethodDescriptionstatic voidDaylightPhase.setTestingPhase(DaylightPhase phase) WARNING: this should only be used for testing purposes. -
Uses of DaylightPhase in games.stendhal.server.entity.npc.condition
Constructors in games.stendhal.server.entity.npc.condition with parameters of type DaylightPhaseModifierConstructorDescriptionDaylightCondition(DaylightPhase... daylightPhases) creates a new DaytimeCondition