- barrier - Variable in class com.projectkorra.projectkorra.object.HorizontalVelocityTracker
-  
- BendingManager - Class in com.projectkorra.projectkorra
-  
- BendingManager() - Constructor for class com.projectkorra.projectkorra.BendingManager
-  
- BendingPlayer - Class in com.projectkorra.projectkorra
- 
Class that presents a player and stores all bending information about the
 player. 
- BendingPlayer(UUID, String, ArrayList<Element>, ArrayList<Element.SubElement>, HashMap<Integer, String>, boolean) - Constructor for class com.projectkorra.projectkorra.BendingPlayer
- 
- BendingPlayerCreationEvent - Class in com.projectkorra.projectkorra.event
- 
Called when a new BendingPlayer is created 
- BendingPlayerCreationEvent(BendingPlayer) - Constructor for class com.projectkorra.projectkorra.event.BendingPlayerCreationEvent
-  
- BendingReloadEvent - Class in com.projectkorra.projectkorra.event
- 
Called when the /bending reload command is executed. 
- BendingReloadEvent(CommandSender) - Constructor for class com.projectkorra.projectkorra.event.BendingReloadEvent
-  
- BendingTabComplete - Class in com.projectkorra.projectkorra.command
- 
Completes tabbing for the bending command/subcommands. 
- BendingTabComplete() - Constructor for class com.projectkorra.projectkorra.command.BendingTabComplete
-  
- bindAbility(Player, String) - Static method in class com.projectkorra.projectkorra.GeneralMethods
- 
Binds a Ability to the hotbar slot that the player is on. 
- bindAbility(Player, String, int) - Static method in class com.projectkorra.projectkorra.GeneralMethods
- 
Binds a Ability to a specific hotbar slot. 
- BindChangeEvent - Class in com.projectkorra.projectkorra.event
- 
Called when a player binds or unbinds an ability 
- BindChangeEvent(Player, String, int, boolean) - Constructor for class com.projectkorra.projectkorra.event.BindChangeEvent
-  
- BindChangeEvent(Player, String, boolean) - Constructor for class com.projectkorra.projectkorra.event.BindChangeEvent
-  
- BindCommand - Class in com.projectkorra.projectkorra.command
- 
Executor for /bending bind. 
- BindCommand() - Constructor for class com.projectkorra.projectkorra.command.BindCommand
-  
- bindExternalPreset(Player, String) - Static method in class com.projectkorra.projectkorra.object.Preset
-  
- bindMultiAbility(Player, String) - Static method in class com.projectkorra.projectkorra.ability.util.MultiAbilityManager
- 
Sets up a player's binds for a MultiAbility. 
- bindPreset(Player, Preset) - Static method in class com.projectkorra.projectkorra.object.Preset
- 
Binds the abilities from a Preset for the given Player. 
- Blaze - Class in com.projectkorra.projectkorra.firebending
-  
- Blaze(Player) - Constructor for class com.projectkorra.projectkorra.firebending.Blaze
-  
- BlazeArc - Class in com.projectkorra.projectkorra.firebending
-  
- BlazeArc(Player, Location, Vector, double) - Constructor for class com.projectkorra.projectkorra.firebending.BlazeArc
-  
- BlazeRing - Class in com.projectkorra.projectkorra.firebending
-  
- BlazeRing(Player) - Constructor for class com.projectkorra.projectkorra.firebending.BlazeRing
-  
- blockAbilities(Player, List<String>, Location, double) - Static method in class com.projectkorra.projectkorra.GeneralMethods
- 
Cycles through a list of ability names to check if any instances of the
 abilities exist at a specific location. 
- BlockCacheElement - Class in com.projectkorra.projectkorra.util
-  
- BlockCacheElement(Player, Block, String, boolean, long) - Constructor for class com.projectkorra.projectkorra.util.BlockCacheElement
-  
- blockChi() - Method in class com.projectkorra.projectkorra.BendingPlayer
- 
Sets chiBlocked to true. 
- blockChi(Player) - Static method in class com.projectkorra.projectkorra.chiblocking.ChiPassive
-  
- BlockData(Material, byte) - Constructor for class com.projectkorra.projectkorra.util.ParticleEffect.BlockData
- 
Construct a new block data 
- blockInAllAffectedBlocks(Block) - Static method in class com.projectkorra.projectkorra.earthbending.Collapse
-  
- blockInAllAffectedBlocks(Block) - Static method in class com.projectkorra.projectkorra.earthbending.RaiseEarth
-  
- blockInAllAffectedBlocks(Block) - Static method in class com.projectkorra.projectkorra.waterbending.IceSpikePillar
-  
- blockInBubble(Block) - Method in class com.projectkorra.projectkorra.airbending.AirBubble
-  
- blockIsBase(Block) - Static method in class com.projectkorra.projectkorra.waterbending.IceSpikePillar
-  
- BlockRepresenter(int, int, int, Material, byte) - Constructor for class com.projectkorra.projectkorra.earthbending.EarthSmash.BlockRepresenter
-  
- BlockSource - Class in com.projectkorra.projectkorra.util
- 
BlockSource is a class that handles water and earth bending sources. 
- BlockSource() - Constructor for class com.projectkorra.projectkorra.util.BlockSource
-  
- BlockSource.BlockSourceType - Enum in com.projectkorra.projectkorra.util
- 
An enum representation of the source types available for bending
 abilities. 
- BlockSourceInformation - Class in com.projectkorra.projectkorra.util
- 
The information for a bending source block. 
- BlockSourceInformation(Player, Block, BlockSource.BlockSourceType, ClickType) - Constructor for class com.projectkorra.projectkorra.util.BlockSourceInformation
- 
Creates a new BlockSourceInformation. 
- BLOOD - Static variable in class com.projectkorra.projectkorra.Element
-  
- BloodAbility - Class in com.projectkorra.projectkorra.ability
-  
- BloodAbility(Player) - Constructor for class com.projectkorra.projectkorra.ability.BloodAbility
-  
- bloodaliases - Static variable in class com.projectkorra.projectkorra.command.Commands
-  
- Bloodbending - Class in com.projectkorra.projectkorra.waterbending
-  
- Bloodbending(Player) - Constructor for class com.projectkorra.projectkorra.waterbending.Bloodbending
-  
- breakBlock(Block) - Static method in class com.projectkorra.projectkorra.GeneralMethods
- 
Breaks a block and sets it to AIR.
 
- breakBreathbendingHold(Entity) - Static method in class com.projectkorra.projectkorra.ability.AirAbility
- 
Breaks a breathbendng hold on an entity or one a player is inflicting on
 an entity. 
- breakParticles(int) - Method in class com.projectkorra.projectkorra.waterbending.IceBlast
-  
- breakSuffocate(Entity) - Static method in class com.projectkorra.projectkorra.airbending.Suffocate
- 
Stops an entity from being suffocated 
- breakSuffocateLocal(Entity) - Method in class com.projectkorra.projectkorra.airbending.Suffocate
- 
Stops an entity from being suffocated