A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W 

G

get(java.lang.String) - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches a localized message from the plugin's language file.
getAbility() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the ability of this CardEquipment.
getAbility() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the ability of this CardEquipment.
getAbilityType() - function in me.gamercoder215.battlecards.api.events.entity.CardUseAbilityEvent
The AbilityType of the ability used.
getAction() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Ability
The Function that represents the Ability Action
getAmplifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Potion
Represents the Potion Effect Amplifier
getAttackDamage() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the attack damage value for this BattleCard.
getCanUse() - function in me.gamercoder215.battlecards.api.card.Card
Whether this card can be deployed if cooldownTime is 0.
getCard() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the Card this BattleStatistics is for
getCard() - function in me.gamercoder215.battlecards.api.events.CardEvent
The Card involved in this event.
getCard() - function in me.gamercoder215.battlecards.api.events.CardEvent
The Card involved in this event.
getCard() - function in me.gamercoder215.battlecards.api.events.entity.EntityCardEvent
The BattleCard involved in this event.
getCard() - function in me.gamercoder215.battlecards.api.events.entity.EntityCardEvent
The BattleCard involved in this event.
getCardAttackPlayers() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches whether Battle Cards can attack players.
getCardClass() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the BattleCardClass of this BattleCard.
getCardClass() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the class of this BattleCardType.
getCardClass() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the BattleCardClass of this BattleCard.
getCardCooldown() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the cooldown, in seconds, between when the same BattleCard can be deployed again
getCardExperience() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of experience this Card has
getCardID() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Card ID of this BattleCard.
getCardID() - function in me.gamercoder215.battlecards.api.card.BattleCardType
 
getCardID() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the Card ID of this BattleCard.
getCardKills() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of other BattleCards this Card has killed
getCardLevel() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the level that this Card is currently at.
getCardTradesChance() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the chance that a villager will get a BattleCard-related trade.
getColor() - function in me.gamercoder215.battlecards.api.card.BattleCardClass
The color prefix for the class.
getColor() - function in me.gamercoder215.battlecards.api.card.Rarity
Fetches the color of this rarity.
getColor() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Rarity
Fetches the color of this rarity.
getConfig() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the BattleConfig Instance.
getConfiguration() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the Configuration File for the BattleCards plugin.
getConfigurationFile() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the Configuration File Instance for the BattleCards plugin.
getCooldownTime() - function in me.gamercoder215.battlecards.api.card.Card
Fetches how many milliseconds until this BattleCard can be deployed again.
getCraftingMaterial() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the Crafting Material used to craft this BattleCardType.
getCreationDate() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Date this card was created.
getCreationDate() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the Date this card was created.
getCurrentItem() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the ItemStack Card that is currenly attached to this BattleCard.
getCurrentLevel(me.gamercoder215.battlecards.api.card.Card) - function in me.gamercoder215.battlecards.api.card.CardQuest
Fetches the latest quest level completed for a Card.
getDamageDealt() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of damage this Card has dealt
getDamageModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the multiplicative damage modifier of this CardEquipment.
getDamageModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the multiplicative damage modifier of this CardEquipment.
getDamageReceived() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of damage this Card has received
getData() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches this BattleCard's Card Data.
getDataFolder() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the Plugin's Data Folder.
getDeaths() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of times this Card has died
getDefense() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the defensive value for this BattleCard.
getDefenseModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the multiplicative defense modifier of this CardEquipment.
getDefenseModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the multiplicative defense modifier of this CardEquipment.
getDeployTime() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the amount of <strong>seconds</strong> this card can be deployed for.
getDeployTime() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
 
getDeployTime() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the amount of <strong>seconds</strong> this card can be deployed for.
getDisabledCards() - function in me.gamercoder215.battlecards.api.BattleConfig
Gets all disabled BattleCards.
getEffects() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
 
getEffects() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the effects of this CardEquipment.
getEntity() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Entity that this BattleCard is spawned as, or null if not spawned.
getEntity() - function in org.bukkit.event.entity.EntityEvent
 
getEntityCardClass() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the BattleCard class for this Card Data.
getEntityCardType() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the EntityType of this BattleCard.
getEntityClass() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Entity Class that this BattleCard represents.
getEntityClass() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the Entity Class that this BattleCardType uses.
getEntityClass() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the BattleCard Entity class for this Card Data.
getEntityKills() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of entities this Card has killed
getEntityType() - function in org.bukkit.event.entity.EntityEvent
 
getEquipment() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Equipment attached to this BattleCard.
getEquipment() - function in me.gamercoder215.battlecards.api.card.Card
Fetches an immutable copy of the CardEquipment for this Card.
getEquipmentSlots() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of equipment slots for CardEquipment.
getEquipmentSlots() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the amount of equipment slots this card has.
getEventName() - function in org.bukkit.event.Event
 
getExperience() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the experience of this BattleCard.
getExperience() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the experience of this BattleCard.
getExperienceAdded() - function in me.gamercoder215.battlecards.api.events.CardQuestLevelUpEvent
The amount of Card Experience added to the Card as a reward
getExperienceModifier() - function in me.gamercoder215.battlecards.api.card.Rarity
Fetches the experience modifier for this rarity, which is used to calculate the amount of experience a player needs to increase the Card's Level.
getExperienceReward(me.gamercoder215.battlecards.api.card.Card,java.lang.Integer) - function in me.gamercoder215.battlecards.api.card.CardQuest
Fetches the card experience reward amount for this Quest.
getGeneration() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the numerical identifier for the generation of BattleCards this card is from.
getGeneration() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the generation of this BattleCardType.
getGeneration() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the numerical identifier for the generation of BattleCards this card is from.
getGrowthKillCardMultiplier() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the multiplier for the kill multiplier when the target is a Battle Card.
getGrowthKillMultiplier() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the multiplier that will be added to a target's maximum health upon a card killing it to be added to its experience.
getGrowthPassiveAmount() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the amount of set experience added to cards in a player's inventory every hour.
getGrowthUseMultiplier() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the multiplier by the Card's Level for how much experience will be added upon this card being used.
getHandlerList() - function in me.gamercoder215.battlecards.api.events.CardEvent.Companion
 
getHandlerList() - function in me.gamercoder215.battlecards.api.events.PrepareCardCombineEvent.Companion
 
getHandlerList() - function in me.gamercoder215.battlecards.api.events.PrepareCardCraftEvent.Companion
 
getHandlerList() - function in me.gamercoder215.battlecards.api.events.entity.EntityCardEvent.Companion
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.CardEvent
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.CardEvent
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.PrepareCardCombineEvent
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.PrepareCardCraftEvent
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.entity.EntityCardEvent
 
getHandlers() - function in me.gamercoder215.battlecards.api.events.entity.EntityCardEvent
 
getHealthModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the multiplicative health modifier of this CardEquipment.
getHealthModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the multiplicative health modifier of this CardEquipment.
getIcon() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the material icon used in the Card Information GUI.
getIcon() - function in me.gamercoder215.battlecards.api.card.Card
 
getIcon() - function in me.gamercoder215.battlecards.api.card.CardQuest
The icon for the Card Quest.
getItem() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the item icon of this CardEquipment.
getItem() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the item icon of this CardEquipment.
getItemUsed() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Original ItemStack Card used to spawn this BattleCard.
getKills() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
 
getKnockbackResistance() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the knockback resistance value for this BattleCard.
getKnockbackResistanceModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the multiplicative knockback resistance modifier of this CardEquipment.
getKnockbackResistanceModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the multiplicative knockback resistance modifier of this CardEquipment.
getLanguage() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the plugin's language.
getLastUsed() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Date this BattleCard was last used.
getLastUsed() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the Date this BattleCard was last used.
getLastUsedPlayer() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the player that last used this BattleCard.
getLastUsedPlayer() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the player that last used this BattleCard.
getLevel() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the level of this BattleCard.
getLevel() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the level of this BattleCard.
getLocale() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the plugin's locale.
getLocalizedProgress(me.gamercoder215.battlecards.api.card.Card,java.lang.Integer) - function in me.gamercoder215.battlecards.api.card.CardQuest
Fetches the localized progress of this Quest, formatted for the Card Menu.
getLogger() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the Plugin's Logger.
getMatrix() - function in me.gamercoder215.battlecards.api.events.PrepareCardCombineEvent
The matrix of items used to combine the cards.
getMatrix() - function in me.gamercoder215.battlecards.api.events.PrepareCardCraftEvent
The matrix of items used to craft the item.
getMaxCardExperience() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the maximum experience that this Card can have.
getMaxCardExperience() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
 
getMaxCardExperience() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the maximum experience that this Card can have.
getMaxCardExperience() - function in me.gamercoder215.battlecards.api.card.Rarity
Fetches the maximum experience a BattleCard can have for this rarity.
getMaxCardLevel() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the maximum level that this Card can be.
getMaxCardLevel() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
 
getMaxCardLevel() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the maximum level that this Card can be.
getMaxCardLevel() - function in me.gamercoder215.battlecards.api.card.Rarity
Fetches the maximum level a BattleCard can be for this rarity.
getMaxCardsSpawned() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the maximum number of Battle Cards that can be spawned at once.
getMaxHealth() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the maximum health this BattleCard can have.
getMaxLevel() - function in me.gamercoder215.battlecards.api.card.CardQuest
The maximum level for this Card Achievement.
getMessage(java.lang.String) - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches a localized message from the plugin's language file, with the plugin prefix.
getName() - function in kotlin.BattleCardClass
 
getName() - function in kotlin.BattleCardType
 
getName() - function in kotlin.CardEquipment.Potion.Status
 
getName() - function in kotlin.CardEquipment.Rarity
 
getName() - function in kotlin.CardEquipments
 
getName() - function in kotlin.CardQuest
 
getName() - function in kotlin.CardUseAbilityEvent.AbilityType
 
getName() - function in kotlin.Rarity
 
getName() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the name of this BattleCard.
getName() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the name of this BattleCard.
getName() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the name of this CardEquipment.
getName() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Ability
Represents the name of this Ability
getNewExperience() - function in me.gamercoder215.battlecards.api.events.CardExperienceChangeEvent
The new experience amount of the Card.
getNewLevel() - function in me.gamercoder215.battlecards.api.events.CardQuestLevelUpEvent
The new Level of the Quest
getOldExperience() - function in me.gamercoder215.battlecards.api.events.CardExperienceChangeEvent
The old experience amount of the Card.
getOldLevel() - function in me.gamercoder215.battlecards.api.events.CardQuestLevelUpEvent
The old Level of the Quest
getOrdinal() - function in kotlin.BattleCardClass
 
getOrdinal() - function in kotlin.BattleCardType
 
getOrdinal() - function in kotlin.CardEquipment.Potion.Status
 
getOrdinal() - function in kotlin.CardEquipment.Rarity
 
getOrdinal() - function in kotlin.CardEquipments
 
getOrdinal() - function in kotlin.CardQuest
 
getOrdinal() - function in kotlin.CardUseAbilityEvent.AbilityType
 
getOrdinal() - function in kotlin.Rarity
 
getOwner() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Player that owns this BattleCard.
getPlayer() - function in org.bukkit.event.player.PlayerEvent
 
getPlayerCooldownCount() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the number of cards that can be deployed by a player before the cooldown is activated.
getPlayerCooldownIgnored() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches a list of players, permissions, and vault group patterns that will not be affected by the player cooldown.
getPlayerCooldownTime() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches the time, in seconds, that the cooldown will be activated for when the player has deployed the maximum number of cards.
getPlayerKills() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the total amount of players this Card has killed
getPlugin() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches the BattleCards Plugin Instance.
getProgressPercentage(me.gamercoder215.battlecards.api.card.Card,java.lang.Integer) - function in me.gamercoder215.battlecards.api.card.CardQuest
Fetches the current percentage progress of this Quest at a specific level, between 0.0 and 1.0 for the completion until the next level.
getQuest() - function in me.gamercoder215.battlecards.api.events.CardQuestLevelUpEvent
The Quest involved in this Event
getQuestCompletion(me.gamercoder215.battlecards.api.card.CardQuest) - function in me.gamercoder215.battlecards.api.card.Card
Fetches the quest completion percentage for this Card.
getQuestLevel(me.gamercoder215.battlecards.api.card.CardQuest) - function in me.gamercoder215.battlecards.api.card.Card
Fetches the current level of the quest for this Card.
getRarity() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Rarity of this BattleCard.
getRarity() - function in me.gamercoder215.battlecards.api.card.BattleCardType
Fetches the Rarity of this BattleCardType.
getRarity() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the Rarity of this BattleCard.
getRarity() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the rarity of this CardEquipment.
getRarity() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the rarity of this CardEquipment.
getRawStatistics() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the instance of the raw statistics information for this card.
getRegisteredCards() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches an immutable set of all of the registered BattleCards.
getRegisteredEquipment() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches an immutable set of all of the registered CardEquipments.
getRemainingExperience() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the experience required to reach the next level.
getRemainingExperience() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
 
getRemainingExperience() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the experience required to reach the next level.
getResult() - function in me.gamercoder215.battlecards.api.events.PrepareCardCombineEvent
The result of the combining.
getResult() - function in me.gamercoder215.battlecards.api.events.PrepareCardCraftEvent
The result of the crafting.
getSpeed() - function in me.gamercoder215.battlecards.api.card.BattleStatistics
Fetches the speed modifier value for this BattleCard.
getSpeedModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment
Fetches the multiplicative speed modifier of this CardEquipment.
getSpeedModifier() - function in me.gamercoder215.battlecards.api.card.item.CardEquipments
Fetches the multiplicative speed modifier of this CardEquipment.
getStatistics() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the Statistics of this BattleCard instance.
getStatistics() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the Statistics of this BattleCard instance.
getStatus() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Potion
Whether the Potion Effect applies to the card user while active
getStrengths() - function in me.gamercoder215.battlecards.api.card.BattleCardClass
 
getTargetCards() - function in me.gamercoder215.battlecards.api.BattleConfig
Fetches whether Non-Card Entities can target Battle Cards.
getTotalExperience(me.gamercoder215.battlecards.api.card.Card) - function in me.gamercoder215.battlecards.api.card.CardQuest
Fetches the total amount of experience this quest can offer.
getType() - function in me.gamercoder215.battlecards.api.card.BattleCard
Fetches the BattleCardType of this BattleCard.
getType() - function in me.gamercoder215.battlecards.api.card.Card
Fetches the BattleCardType of this BattleCard.
getType() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Ability
Represents the Ability Type
getType() - function in me.gamercoder215.battlecards.api.card.item.CardEquipment.Potion
Represents the Potion Effect Type
getValidBasicCards() - function in me.gamercoder215.battlecards.api.BattleConfig.Companion
Fetches a set of all of the valid entity types that can drop Basic Cards.
getWeaknesses() - function in me.gamercoder215.battlecards.api.card.BattleCardClass
 
GHOST_FEATHER - enum entry in me.gamercoder215.battlecards.api.card.item.CardEquipments

Represents a Feather CardEquipment.

GOAT_GLADIATOR - enum entry in me.gamercoder215.battlecards.api.card.BattleCardType

Represents a Skeleton BattleCard.

GOLD_SKELETON - enum entry in me.gamercoder215.battlecards.api.card.BattleCardType

Represents a Wither Skeleton BattleCard.

GOLDEN_FRUIT - enum entry in me.gamercoder215.battlecards.api.card.item.CardEquipments

Represents a Golden Carrot CardEquipment.

GOLDEN_WIZARD - enum entry in me.gamercoder215.battlecards.api.card.BattleCardType

Represents a Illusioner BattleCard.

GOLIATH - enum entry in me.gamercoder215.battlecards.api.card.CardQuest

Goliath Quest

GROUP - enum entry in me.gamercoder215.battlecards.api.card.BattleCardClass

Represents a Support Class.

A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W