Uses of Enum
me.ulrich.clans.data.ClanEnum.KdrChangeType
Packages that use ClanEnum.KdrChangeType
-
Uses of ClanEnum.KdrChangeType in me.ulrich.clans.data
Methods in me.ulrich.clans.data that return ClanEnum.KdrChangeTypeModifier and TypeMethodDescriptionstatic ClanEnum.KdrChangeTypeReturns the enum constant of this type with the specified name.static ClanEnum.KdrChangeType[]ClanEnum.KdrChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClanEnum.KdrChangeType in me.ulrich.clans.events
Methods in me.ulrich.clans.events that return ClanEnum.KdrChangeTypeConstructors in me.ulrich.clans.events with parameters of type ClanEnum.KdrChangeTypeModifierConstructorDescriptionClanPlayerKDRChangeEvent(UUID playerUUID, ClanEnum.KdrChangeType type, double kdr, int kills, int deaths)