Uses of Class
xericker.arenalegends.playerdata.instance.GameData
Packages that use GameData
Package
Description
-
Uses of GameData in xericker.arenalegends.core.npc.bot.contract
Methods in xericker.arenalegends.core.npc.bot.contract that return GameData -
Uses of GameData in xericker.arenalegends.gameplay.augment
Methods in xericker.arenalegends.gameplay.augment with parameters of type GameDataModifier and TypeMethodDescriptionstatic voidAugmentEvent.forceDeactivate(org.bukkit.entity.Player player, GameData gameData) static List<AugmentData> AugmentRandomizer.getAvailable(GameData gameData) static List<AugmentData> AugmentRandomizer.getAvailable(GameData gameData, boolean ignoreTier) static List<AugmentData> AugmentRandomizer.getAvailable(GameData gameData, String targetTier) static booleanAugmentRandomizer.isBlocked(GameData gameData, AugmentData augmentData, String targetTier) -
Uses of GameData in xericker.arenalegends.handler.placeholder.processor.game
Constructors in xericker.arenalegends.handler.placeholder.processor.game with parameters of type GameDataModifierConstructorDescriptionGameDataProcessor(Placeholders.ProcessingContext context, GameData gameData) -
Uses of GameData in xericker.arenalegends.playerdata.manager
Methods in xericker.arenalegends.playerdata.manager that return GameDataModifier and TypeMethodDescriptionstatic GameDatastatic @Nullable GameDatastatic @Nullable GameDataGameDataManager.getDataFor(Object playerObject, Game game) Methods in xericker.arenalegends.playerdata.manager that return types with arguments of type GameData -
Uses of GameData in xericker.arenalegends.playerdata.storage.game
Constructors in xericker.arenalegends.playerdata.storage.game with parameters of type GameData