Uses of Enum
name.moore.kevin.ze.game.events.gameEvent.REASON
Packages that use gameEvent.REASON
-
Uses of gameEvent.REASON in name.moore.kevin.ze.game.events
Fields in name.moore.kevin.ze.game.events declared as gameEvent.REASONModifier and TypeFieldDescriptionprivate gameEvent.REASONgameEvent.rThe REASON enum for this event.Methods in name.moore.kevin.ze.game.events that return gameEvent.REASONModifier and TypeMethodDescriptiongameEvent.getReason()static gameEvent.REASONReturns the enum constant of this type with the specified name.static gameEvent.REASON[]gameEvent.REASON.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in name.moore.kevin.ze.game.events with parameters of type gameEvent.REASONModifierConstructorDescriptiongameEvent(com.simsilica.es.EntityId primary, LocalDate d, gameEvent.REASON r)gameEvent(com.simsilica.es.EntityId primary, LocalDate d, gameEvent.REASON r, com.simsilica.es.EntityId secondary)Constructor with EventIds.