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

H

handle() - Static method in class com.projectkorra.projectkorra.util.Flight
 
handleBubbles() - Static method in class com.projectkorra.projectkorra.airbending.AirBubble
 
handleCooldowns() - Method in class com.projectkorra.projectkorra.BendingManager
 
handleDayNight() - Method in class com.projectkorra.projectkorra.BendingManager
 
handleDissipation() - Static method in class com.projectkorra.projectkorra.firebending.BlazeArc
 
handleFlames() - Static method in class com.projectkorra.projectkorra.firebending.FireDamageTimer
 
handleFrozenBlocks() - Static method in class com.projectkorra.projectkorra.waterbending.PhaseChangeFreeze
 
handleMetalPassives() - Static method in class com.projectkorra.projectkorra.earthbending.EarthPassive
 
handleParalysis() - Static method in class com.projectkorra.projectkorra.chiblocking.ChiCombo
Checks the status of all paralyzed entities.
handlePassive() - Static method in class com.projectkorra.projectkorra.firebending.FirePassive
 
handlePassive() - Static method in class com.projectkorra.projectkorra.waterbending.WaterPassive
 
handler - Static variable in class com.projectkorra.projectkorra.ProjectKorra
 
handlers - Static variable in class com.projectkorra.projectkorra.event.EntityBendingDeathEvent
 
handleSmoothParticles() - Method in class com.projectkorra.projectkorra.airbending.AirBurst
 
handleSmoothParticles() - Method in class com.projectkorra.projectkorra.firebending.FireBurst
To combat the sphere FireBurst lag we are only going to show a certain percentage of FireBurst particles at a time per tick.
hasAbility(Player, Class<T>) - Static method in class com.projectkorra.projectkorra.ability.CoreAbility
Returns true if the player has an active CoreAbility instance of type T.
hasAdminPermission(CommandSender) - Method in class com.projectkorra.projectkorra.command.ToggleCommand
 
hasBeenDamaged - Variable in class com.projectkorra.projectkorra.object.HorizontalVelocityTracker
 
hasBeenDamagedByHorizontalVelocity(Entity) - Static method in class com.projectkorra.projectkorra.object.HorizontalVelocityTracker
 
hasElement(Element) - Method in class com.projectkorra.projectkorra.BendingPlayer
Checks to see if the BendingPlayer knows a specific element.
hasItems() - Static method in class com.projectkorra.projectkorra.GeneralMethods
 
hasMultiAbilityBound(Player) - Static method in class com.projectkorra.projectkorra.ability.util.MultiAbilityManager
Returns a boolean based on whether a player has a MultiAbility active.
hasMultiAbilityBound(Player, String) - Static method in class com.projectkorra.projectkorra.ability.util.MultiAbilityManager
MultiAbility equivalent of GeneralMethods#getBoundAbility(Player) .
hasPermission(CommandSender) - Method in class com.projectkorra.projectkorra.command.DebugCommand
Checks if the CommandSender has the permission 'bending.admin.debug'.
hasPermission(CommandSender) - Method in class com.projectkorra.projectkorra.command.PermaremoveCommand
Checks if the sender has the permission 'bending.admin.permaremove'.
hasPermission(CommandSender) - Method in class com.projectkorra.projectkorra.command.RemoveCommand
Checks if the CommandSender has the permission 'bending.admin.remove'.
hasProbending() - Static method in class com.projectkorra.projectkorra.GeneralMethods
 
hasRPG() - Static method in class com.projectkorra.projectkorra.GeneralMethods
 
hasSpirits() - Static method in class com.projectkorra.projectkorra.GeneralMethods
 
hasSubElement(Element.SubElement) - Method in class com.projectkorra.projectkorra.BendingPlayer
 
hasSubElementPermission(Element.SubElement) - Method in class com.projectkorra.projectkorra.BendingPlayer
Returns whether the player has permission to bend the subelement
hasWaterBottle(Player) - Static method in class com.projectkorra.projectkorra.waterbending.WaterReturn
 
heal() - Static method in class com.projectkorra.projectkorra.waterbending.HealingWaters
 
HEALING - Static variable in class com.projectkorra.projectkorra.Element
 
HealingAbility - Class in com.projectkorra.projectkorra.ability
 
HealingAbility(Player) - Constructor for class com.projectkorra.projectkorra.ability.HealingAbility
 
healingaliases - Static variable in class com.projectkorra.projectkorra.command.Commands
 
HealingWaters - Class in com.projectkorra.projectkorra.waterbending
 
HealingWaters(Player) - Constructor for class com.projectkorra.projectkorra.waterbending.HealingWaters
 
HeatControlCook - Class in com.projectkorra.projectkorra.firebending
 
HeatControlCook(Player) - Constructor for class com.projectkorra.projectkorra.firebending.HeatControlCook
 
HeatControlExtinguish - Class in com.projectkorra.projectkorra.firebending
 
HeatControlExtinguish(Player) - Constructor for class com.projectkorra.projectkorra.firebending.HeatControlExtinguish
 
HeatControlMelt - Class in com.projectkorra.projectkorra.firebending
 
HeatControlMelt(Player) - Constructor for class com.projectkorra.projectkorra.firebending.HeatControlMelt
 
HeatControlSolidify - Class in com.projectkorra.projectkorra.firebending
 
HeatControlSolidify(Player) - Constructor for class com.projectkorra.projectkorra.firebending.HeatControlSolidify
 
help(CommandSender, boolean) - Method in class com.projectkorra.projectkorra.command.PKCommand
 
help(CommandSender, boolean) - Method in interface com.projectkorra.projectkorra.command.SubCommand
Outputs the correct usage, and optionally the description, of a command to the given CommandSender.
HelpCommand - Class in com.projectkorra.projectkorra.command
Executor for /bending help.
HelpCommand() - Constructor for class com.projectkorra.projectkorra.command.HelpCommand
 
HighJump - Class in com.projectkorra.projectkorra.chiblocking
 
HighJump(Player) - Constructor for class com.projectkorra.projectkorra.chiblocking.HighJump
 
HorizontalVelocityChangeEvent - Class in com.projectkorra.projectkorra.event
Created by Carbogen on 2/2/2015.
HorizontalVelocityChangeEvent(Entity, Player, Vector, Vector, Vector) - Constructor for class com.projectkorra.projectkorra.event.HorizontalVelocityChangeEvent
Deprecated.
HorizontalVelocityChangeEvent(Entity, Player, Vector, Vector, Vector, Location, Location, Ability) - Constructor for class com.projectkorra.projectkorra.event.HorizontalVelocityChangeEvent
 
HorizontalVelocityTracker - Class in com.projectkorra.projectkorra.object
Created by Carbogen on 2/2/2015.
HorizontalVelocityTracker(Entity, Player, long, Ability) - Constructor for class com.projectkorra.projectkorra.object.HorizontalVelocityTracker
 
host - Static variable in class com.projectkorra.projectkorra.storage.DBConnection
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links