diff --git a/javadoc/index-all.html b/javadoc/index-all.html
index 05471e1..6e46a1e 100644
--- a/javadoc/index-all.html
+++ b/javadoc/index-all.html
@@ -3143,6 +3143,14 @@
R
Registers a custom event to be protected using a specific ProtectionType
+registerProtectionDirectional(Class<T>, ProtectionPolicy.ProtectionType, Function<T, Player>, Function<T, Block>, Function<T, List<Block>>) - Static method in class redempt.redlib.protection.ProtectionPolicy
+
+Registers a custom event to be protected using a specific ProtectionType, where there is a block acting and blocks being acted upon
+
+registerProtectionMultiBlock(Class<T>, ProtectionPolicy.ProtectionType, Function<T, Player>, BiConsumer<T, Block>, Function<T, List<Block>>) - Static method in class redempt.redlib.protection.ProtectionPolicy
+
+Registers a custom event that modifies multiple blocks to be protected using a specific ProtectionType
+
registerProtectionNonCancellable(Class<T>, ProtectionPolicy.ProtectionType, Function<T, Player>, Consumer<T>, Function<T, Block>...) - Static method in class redempt.redlib.protection.ProtectionPolicy
Registers a custom event that cannot be cancelled using Cancellable.setCancelled(boolean)
using a specific ProtectionType
diff --git a/javadoc/member-search-index.js b/javadoc/member-search-index.js
index 99b5a23..fda215e 100644
--- a/javadoc/member-search-index.js
+++ b/javadoc/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = [{"p":"redempt.redlib.region","c":"MultiRegion","l":"add(Region)","u":"add(redempt.redlib.region.Region)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"add(StackTraceElement[])","u":"add(java.lang.StackTraceElement[])"},{"p":"redempt.redlib.json","c":"JSONList","l":"add(String, Object)","u":"add(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"add(String, Object)","u":"add(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"add(T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"addAll(Collection extends T>)","u":"addAll(java.util.Collection)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, AttributeModifier)","u":"addAttribute(org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, double, AttributeModifier.Operation)","u":"addAttribute(org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, double, AttributeModifier.Operation, EquipmentSlot)","u":"addAttribute(org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation,org.bukkit.inventory.EquipmentSlot)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, AttributeModifier)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, double, AttributeModifier.Operation)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, double, AttributeModifier.Operation, EquipmentSlot)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation,org.bukkit.inventory.EquipmentSlot)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(int, ItemButton)","u":"addButton(int,redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(ItemButton, int)","u":"addButton(redempt.redlib.inventorygui.ItemButton,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(ItemButton, int, int)","u":"addButton(redempt.redlib.inventorygui.ItemButton,int,int)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addBypassPolicy(BiPredicate)","u":"addBypassPolicy(java.util.function.BiPredicate)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addBypassPolicy(BypassPolicy)","u":"addBypassPolicy(redempt.redlib.protection.BypassPolicy)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"addChild(SampleSummary.SampleMethod)","u":"addChild(redempt.redlib.dev.profiler.SampleSummary.SampleMethod)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"addConverter(Class, Function, Function)","u":"addConverter(java.lang.Class,java.util.function.Function,java.util.function.Function)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addDamage(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addEnchant(Enchantment, int)","u":"addEnchant(org.bukkit.enchantments.Enchantment,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addEnchant(ItemStack, Enchantment, int)","u":"addEnchant(org.bukkit.inventory.ItemStack,org.bukkit.enchantments.Enchantment,int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addItemFlags(ItemFlag...)","u":"addItemFlags(org.bukkit.inventory.ItemFlag...)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addItemFlags(ItemStack, ItemFlag...)","u":"addItemFlags(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemFlag...)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"addListener(Class, Function)","u":"addListener(java.lang.Class,java.util.function.Function)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addLore(ItemStack, Iterable)","u":"addLore(org.bukkit.inventory.ItemStack,java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addLore(ItemStack, String)","u":"addLore(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addLore(Iterable)","u":"addLore(java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addLore(String)","u":"addLore(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedButton(ItemButton)","u":"addPagedButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedButtons(Iterable)","u":"addPagedButtons(java.lang.Iterable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedItem(ItemStack)","u":"addPagedItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedItems(Iterable)","u":"addPagedItems(java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addPersistentTag(ItemStack, NamespacedKey, PersistentDataType, Z)","u":"addPersistentTag(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,org.bukkit.persistence.PersistentDataType,Z)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addPersistentTag(NamespacedKey, PersistentDataType, Z)","u":"addPersistentTag(org.bukkit.NamespacedKey,org.bukkit.persistence.PersistentDataType,Z)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addProtectionTypes(ProtectionPolicy.ProtectionType...)","u":"addProtectionTypes(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlots(int, int)","u":"addSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlots(int, int, int, int)","u":"addSlots(int,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"addStrictModeExclusions(Material...)","u":"addStrictModeExclusions(org.bukkit.Material...)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"addTrigger(EnchantTrigger, BiConsumer)","u":"addTrigger(redempt.redlib.enchants.trigger.EnchantTrigger,java.util.function.BiConsumer)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"addTrigger(EnchantTrigger, BiConsumer, BiConsumer)","u":"addTrigger(redempt.redlib.enchants.trigger.EnchantTrigger,java.util.function.BiConsumer,java.util.function.BiConsumer)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ALL"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"allExcept(ProtectionPolicy.ProtectionType...)","u":"allExcept(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"allow(Block, ProtectionPolicy.ProtectionType, Player)","u":"allow(org.bukkit.block.Block,redempt.redlib.protection.ProtectionPolicy.ProtectionType,org.bukkit.entity.Player)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"AMOUNT"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"and(ProtectionPolicy.ProtectionType[]...)","u":"and(redempt.redlib.protection.ProtectionPolicy.ProtectionType[]...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ANVIL_BREAK"},{"p":"redempt.redlib.misc","c":"Hologram","l":"append(String)","u":"append(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"appliesTo(Material)","u":"appliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"apply(ItemStack, int)","u":"apply(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"applyAll(Map, ItemStack)","u":"applyAll(java.util.Map,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location)","u":"assumeAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int)","u":"assumeAt(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int, boolean)","u":"assumeAt(org.bukkit.Location,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int, int, int, int, boolean)","u":"assumeAt(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"ASYNC_DELAYED"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"ASYNC_REPEATING"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Consumer)","u":"asyncDelayed(java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Consumer, long)","u":"asyncDelayed(java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Consumer)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Consumer, long)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Runnable)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Runnable, long)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Runnable)","u":"asyncDelayed(java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Runnable, long)","u":"asyncDelayed(java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"UserCache","l":"asyncInit()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"asyncInit(Runnable)","u":"asyncInit(java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Consumer, long, long)","u":"asyncRepeating(java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Plugin, Consumer, long, long)","u":"asyncRepeating(org.bukkit.plugin.Plugin,java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Plugin, Runnable, long, long)","u":"asyncRepeating(org.bukkit.plugin.Plugin,java.lang.Runnable,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Runnable, long, long)","u":"asyncRepeating(java.lang.Runnable,long,long)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"ATTACK_ENTITY"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"AUTO"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"auto(Class>, ConfigManager)","u":"auto(java.lang.Class,redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"autoCluster()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"BLOCK_EXPLOSION"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"BlockDataManager(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"BREAK_BLOCK"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location)","u":"build(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int)","u":"build(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int)","u":"build(org.bukkit.Location,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int, int)","u":"build(org.bukkit.Location,int,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int, int, boolean)","u":"build(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"build(Player, int, boolean)","u":"build(org.bukkit.entity.Player,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, boolean, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,boolean,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, int, int, int, boolean, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,int,int,int,boolean,int,java.util.function.Consumer)"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"BurstProfiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"BurstProfiler(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"callMethod(int, String, Object...)","u":"callMethod(int,java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"callMethod(String, Object...)","u":"callMethod(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"callStaticMethod(String, Object...)","u":"callStaticMethod(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"canApply(ItemStack)","u":"canApply(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"canApply(Material)","u":"canApply(org.bukkit.Material)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, boolean, Predicate)","u":"canBuild(org.bukkit.Location,int,boolean,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, int, int, int, boolean, Predicate)","u":"canBuild(org.bukkit.Location,int,int,int,int,boolean,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, Predicate)","u":"canBuild(org.bukkit.Location,int,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, Predicate)","u":"canBuild(org.bukkit.Location,java.util.function.Predicate)"},{"p":"redempt.redlib.protection","c":"BypassPolicy","l":"canBypass(Player, ProtectionPolicy.ProtectionType, Block)","u":"canBypass(org.bukkit.entity.Player,redempt.redlib.protection.ProtectionPolicy.ProtectionType,org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"Task","l":"cancel()"},{"p":"redempt.redlib.json","c":"JSONList","l":"cast(Class)","u":"cast(java.lang.Class)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"center(Block)","u":"center(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"center(Location)","u":"center(org.bukkit.Location)"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"ChainCommand()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"clear()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"clear()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"clear()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"clear()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"clear()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"clear()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"clear()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"clear()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"clear()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"clear(CommandSender)","u":"clear(org.bukkit.command.CommandSender)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"clearAllCaches()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"clearBypassPolicies()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"clearDenyMessages()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"clearSlot(int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"click(PlayerInteractEvent)","u":"click(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"clone()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"clone()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"clone()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"clone()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"clone()"},{"p":"redempt.redlib.region","c":"Region","l":"clone()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"clone()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"clone(SampleSummary)","u":"clone(redempt.redlib.dev.profiler.SampleSummary)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"cloneInventory(Inventory)","u":"cloneInventory(org.bukkit.inventory.Inventory)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"cloneOnGet()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"close()"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"close()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlots(int, int)","u":"closeSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlots(int, int, int, int)","u":"closeSlots(int,int,int,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"cluster(int)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"collapse(Player)","u":"collapse(org.bukkit.entity.Player)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"collection(Class, Collection, T...)","u":"collection(java.lang.Class,java.util.Collection,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"collection(Class, ConversionType, Collection, T...)","u":"collection(java.lang.Class,redempt.redlib.configmanager.ConversionType,java.util.Collection,T...)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"combine(Map, Map)","u":"combine(java.util.Map,java.util.Map)"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"commandChain(CommandSender, String)","u":"commandChain(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"commit()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"compare(Block, boolean, boolean)","u":"compare(org.bukkit.block.Block,boolean,boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"compare(ItemStack, ItemStack)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"compare(ItemStack, ItemStack)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"compare(ItemStack, ItemStack, ItemTrait...)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack,redempt.redlib.itemutils.ItemTrait...)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"compare(StructureData, Block, Rotator)","u":"compare(redempt.redlib.multiblock.StructureData,org.bukkit.block.Block,redempt.redlib.multiblock.Rotator)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"configExists()"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigFieldException","l":"ConfigFieldException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigListException","l":"ConfigListException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Plugin)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Plugin, String)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.String)"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigMapException","l":"ConfigMapException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"CONTAINER_ACCESS"},{"p":"redempt.redlib.region","c":"Region","l":"contains(Block)","u":"contains(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"Region","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"containsAll(Collection>)","u":"containsAll(java.util.Collection)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"containsTransientProperty(String)","u":"containsTransientProperty(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, ItemStack)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, ItemStack, BiPredicate)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, Material)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack, int)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack, int, BiPredicate)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, Material)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, Material, int)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.Material,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String)","u":"create(java.io.InputStream,java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String, boolean)","u":"create(java.io.InputStream,java.lang.String,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String, boolean, boolean)","u":"create(java.io.InputStream,java.lang.String,boolean,boolean)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"create(ItemStack, BiConsumer)","u":"create(org.bukkit.inventory.ItemStack,java.util.function.BiConsumer)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"create(ItemStack, Consumer)","u":"create(org.bukkit.inventory.ItemStack,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"create(Location, String...)","u":"create(org.bukkit.Location,java.lang.String...)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String, boolean)","u":"create(java.lang.String,java.lang.String,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String, boolean, boolean)","u":"create(java.lang.String,java.lang.String,boolean,boolean)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"createArray(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"createCache(String, String, String...)","u":"createCache(java.lang.String,java.lang.String,java.lang.String...)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"createStructure(Player, String)","u":"createStructure(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"cubeRadius(Location, int)","u":"cubeRadius(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"CuboidRegion()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"CuboidRegion(Location, Location)","u":"%3Cinit%3E(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"CustomBlock(CustomBlockType>, DataBlock)","u":"%3Cinit%3E(redempt.redlib.blockdata.CustomBlockType,redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"CustomBlockPlaceEvent(Block, ItemStack, CustomBlockType>, Player)","u":"%3Cinit%3E(org.bukkit.block.Block,org.bukkit.inventory.ItemStack,redempt.redlib.blockdata.CustomBlockType,org.bukkit.entity.Player)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"CustomBlockRegistry(BlockDataManager)","u":"%3Cinit%3E(redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"CustomBlockRegistry(BlockDataManager, Plugin)","u":"%3Cinit%3E(redempt.redlib.blockdata.BlockDataManager,org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"CustomBlockType(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"CustomEnchant(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"CustomItem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"damage(ItemStack, int)","u":"damage(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"data"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"data"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"DataBlock(Block, BlockDataManager)","u":"%3Cinit%3E(org.bukkit.block.Block,redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"DataBlockDestroyEvent(DataBlock, Player, DataBlockDestroyEvent.DestroyCause, Event)","u":"%3Cinit%3E(redempt.redlib.blockdata.DataBlock,org.bukkit.entity.Player,redempt.redlib.blockdata.events.DataBlockDestroyEvent.DestroyCause,org.bukkit.event.Event)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"DataBlockMoveEvent(DataBlock, Location)","u":"%3Cinit%3E(redempt.redlib.blockdata.DataBlock,org.bukkit.Location)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"DEATH"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"decluster()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"defaultAppliesTo(Material)","u":"defaultAppliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"defaultAppliesTo(Material)","u":"defaultAppliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"delayedTeleport(Player, Location, int)","u":"delayedTeleport(org.bukkit.entity.Player,org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"delayedTeleport(Player, Location, int, Consumer)","u":"delayedTeleport(org.bukkit.entity.Player,org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"delete(Object...)","u":"delete(java.lang.Object...)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroy()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroy(Player)","u":"destroy(org.bukkit.entity.Player)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroysOnClose()"},{"p":"redempt.redlib","c":"RedLib","l":"devMode"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimX"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimY"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimZ"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"DIRECT_PLAYERS"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"directPathfind(Block, Block, int)","u":"directPathfind(org.bukkit.block.Block,org.bukkit.block.Block,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"directPathfind(Block, Block, int, Predicate)","u":"directPathfind(org.bukkit.block.Block,org.bukkit.block.Block,int,java.util.function.Predicate)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"disable()"},{"p":"redempt.redlib.region","c":"Region","l":"disableEvents()"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"DURABILITY"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"enable()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"enable()"},{"p":"redempt.redlib.region","c":"Region","l":"enableEvents()"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"EnchantInfo(CustomEnchant, int)","u":"%3Cinit%3E(redempt.redlib.enchants.CustomEnchant,int)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"ENCHANTMENTS"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin, Function)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.util.function.Function)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin, String)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.String)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"EnchantTrigger()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"end"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"end()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"end()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"end()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"ensureExists(World, BlockDataManager.ChunkPosition)","u":"ensureExists(org.bukkit.World,redempt.redlib.blockdata.BlockDataManager.ChunkPosition)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ENTITY_EXPLOSION"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ENTITY_FORM_BLOCK"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"EQUIP_ARMOR"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack)","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack, ItemStack)","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack[])","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack[], ItemStack[])","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack[],org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, BiConsumer, T>)","u":"%3Cinit%3E(java.lang.Class,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, Consumer)","u":"%3Cinit%3E(java.lang.Class,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, EventPriority, BiConsumer, T>)","u":"%3Cinit%3E(java.lang.Class,org.bukkit.event.EventPriority,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, EventPriority, Consumer)","u":"%3Cinit%3E(java.lang.Class,org.bukkit.event.EventPriority,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, BiConsumer, T>)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, Consumer)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, EventPriority, BiConsumer, T>)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,org.bukkit.event.EventPriority,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, EventPriority, Consumer)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,org.bukkit.event.EventPriority,java.util.function.Consumer)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"events"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"execute(String, Object...)","u":"execute(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"exists"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"Region","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"Region","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"EXPLOSION"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"export(Player, String)","u":"export(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FADE"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FALLING_BLOCK"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"fill(int, int, int, int, ItemStack)","u":"fill(int,int,int,int,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"fill(int, int, ItemStack)","u":"fill(int,int,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"FILLER"},{"p":"redempt.redlib.region","c":"RegionUtils","l":"findInside(CuboidRegion)","u":"findInside(redempt.redlib.region.CuboidRegion)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"FIRE"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FIRE"},{"p":"redempt.redlib.misc","c":"Hologram","l":"fixStands()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FLOW"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FLOW_IN"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"flush()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"flush(Object...)","u":"flush(java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushAllCaches()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushAndRemoveFromMatchingCaches(String, Object...)","u":"flushAndRemoveFromMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushMatchingCaches(String, Object...)","u":"flushMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"forEachBlock(Consumer)","u":"forEachBlock(java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"Region","l":"forEachBlock(Consumer)","u":"forEachBlock(java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, Consumer)","u":"forEachBlock(org.bukkit.Location,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, boolean, Consumer)","u":"forEachBlock(org.bukkit.Location,int,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, Consumer)","u":"forEachBlock(org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, int, int, int, boolean, Consumer)","u":"forEachBlock(org.bukkit.Location,int,int,int,int,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromCollection(Collection, Function, ToDoubleFunction)","u":"fromCollection(java.util.Collection,java.util.function.Function,java.util.function.ToDoubleFunction)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromDoubleMap(Map)","u":"fromDoubleMap(java.util.Map)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromIntMap(Map)","u":"fromIntMap(java.util.Map)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"fromLoreLine(String)","u":"fromLoreLine(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"fromRomanNumerals(String)","u":"fromRomanNumerals(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromString(String, Function)","u":"fromString(java.lang.String,java.util.function.Function)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromString(String, String)","u":"fromString(java.lang.String,java.lang.String)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromStringLater(String, Consumer)","u":"fromStringLater(java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromStringLater(String, String, Consumer)","u":"fromStringLater(java.lang.String,java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EntityPersistor","l":"get()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"get(Block)","u":"get(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"get(DataBlock)","u":"get(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"get(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"get(int)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"get(Location)","u":"get(org.bukkit.Location)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"get(Plugin)","u":"get(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"get(String)","u":"get(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getAfter()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAll()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getAll()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getAll(Plugin)","u":"getAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAllLoaded()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAllManagers()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getAllRegistries()"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"getArgType()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getArgTypes(Object...)","u":"getArgTypes(java.lang.Object...)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getAt(Location)","u":"getAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getAt(Location)","u":"getAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getAt(Location, int, int, int, int, boolean)","u":"getAt(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getBaseItemName()"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getBefore()"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getBlock()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getBlock()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getBlock()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getBlock(Block)","u":"getBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"Region","l":"getBlockDimensions()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getBlocks()"},{"p":"redempt.redlib.region","c":"CuboidRegion.RegionState","l":"getBlocks()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"Region","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getBoolean(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"getBounds()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getButton(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getButtons()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getButtons()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getByType(Material)","u":"getByType(org.bukkit.Material)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getCaches()"},{"p":"redempt.redlib","c":"RedLib","l":"getCallingPlugin()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getCause()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getCause()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getCause()"},{"p":"redempt.redlib.region","c":"Region","l":"getCenter()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getCenter()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getChildren()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getChunkCoordinates()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getChunkCoordinates(Location)","u":"getChunkCoordinates(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"Region","l":"getChunks()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getClass(String)","u":"getClass(java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getColumnCount()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getColumnName()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"getConfig()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getConnection()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getConstructor(Class>, Class>[])","u":"getConstructor(java.lang.Class,java.lang.Class[])"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"getConverter(Class)","u":"getConverter(java.lang.Class)"},{"p":"redempt.redlib.region","c":"Region","l":"getCorners()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getCount()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getCustom(DataBlock)","u":"getCustom(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getCustomBlock(Block)","u":"getCustomBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getCustomBlockType()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getData()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getData(int, int, int)","u":"getData(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getData(Location, int, int, int)","u":"getData(org.bukkit.Location,int,int,int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getDataBlock(Block)","u":"getDataBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getDefaultItem()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getDepth()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getDimensions()"},{"p":"redempt.redlib.region","c":"Region","l":"getDimensions()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"getDirect(int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getDirection(BlockFace)","u":"getDirection(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getDisplayName()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getDisplayName(CustomEnchant)","u":"getDisplayName(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getDouble(int)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getDouble(ItemStack, String)","u":"getDouble(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getDouble(ItemStack, String, double)","u":"getDouble(org.bukkit.inventory.ItemStack,java.lang.String,double)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getDrops(T)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getDuration()"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"getEnchant()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchantArgType(String)","u":"getEnchantArgType(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchants()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchants(ItemStack)","u":"getEnchants(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getEnd()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"Region","l":"getEnd()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"Region","l":"getEntities()"},{"p":"redempt.redlib.region","c":"Region","l":"getEntities(boolean)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getEvent()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"getEvents()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getExisting(Block)","u":"getExisting(org.bukkit.block.Block)"},{"p":"redempt.redlib","c":"RedLib","l":"getExtendingClasses(Plugin, Class)","u":"getExtendingClasses(org.bukkit.plugin.Plugin,java.lang.Class)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getFace(BlockFace)","u":"getFace(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getField(int, String)","u":"getField(int,java.lang.String)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getField(String)","u":"getField(java.lang.String)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getHandlerList()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getHandlerList()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getHandlerList()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getHandlerList()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getHandlers()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getHandlers()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getHandlers()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getHandlers()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getId()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getIncompatible()"},{"p":"redempt.redlib","c":"RedLib","l":"getInstance()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getInstance(Object...)","u":"getInstance(java.lang.Object...)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getInt(int)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getInt(ItemStack, String)","u":"getInt(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getInt(ItemStack, String, int)","u":"getInt(org.bukkit.inventory.ItemStack,java.lang.String,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getInventory()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getInverse()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getItem()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"getItem()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getItem()"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getItem()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getItem(T)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getItems()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getLastSpace(String)","u":"getLastSpace(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"getLevel()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getLevel(ItemStack)","u":"getLevel(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLine(int)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLines()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLineSpacing()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getList(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getLoaded(Chunk)","u":"getLoaded(org.bukkit.Chunk)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getLoaded(World, int, int)","u":"getLoaded(org.bukkit.World,int,int)"},{"p":"redempt.redlib.region","c":"Region","l":"getLoadedChunks()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLocation()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getLocation()"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getLocations(UUID)","u":"getLocations(java.util.UUID)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getLong(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getLong(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getLore(int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getManager()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getManager()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getMap(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getMatchingCaches(String)","u":"getMatchingCaches(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getMaxLevel()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getMaxPage()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getMethod(Class>, String, Class>[])","u":"getMethod(java.lang.Class,java.lang.String,java.lang.Class[])"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getMethodsByName()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getName()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getName()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getName()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getName()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getName()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getName()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getNearby(Location, int)","u":"getNearby(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getNearby(Location, int)","u":"getNearby(org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getNearestSafeLocation(Location, int)","u":"getNearestSafeLocation(org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getNearestSafeLocation(Location, int, Predicate)","u":"getNearestSafeLocation(org.bukkit.Location,int,java.util.function.Predicate)"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getNewArmor()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getNewItem()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSClass(String)","u":"getNMSClass(java.lang.String)"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSPackage()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSVersion()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getObject()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"getOfflinePlayer(String)","u":"getOfflinePlayer(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getOpenSlots()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getPage()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getPageSize()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getParent()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getParent()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getParent()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getParent()"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location)","u":"getPath(org.bukkit.Location)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, double)","u":"getPath(org.bukkit.Location,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Location)","u":"getPath(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Location, double)","u":"getPath(org.bukkit.Location,org.bukkit.Location,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector, double)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector, double, double)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector,double,double)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getPath(UUID)","u":"getPath(java.util.UUID)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"getPercentages()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getPlayer()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getPlayer()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getPlayer()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getPlayer()"},{"p":"redempt.redlib.region","c":"Region","l":"getPlayers()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getPlugin()"},{"p":"redempt.redlib.misc","c":"Task","l":"getPlugin()"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"getPolicy()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getPrevalence()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getPreviousArmor()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getPreviousItem()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getPrimaryKeyNames()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"getPriority()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"getProfiler()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRegion()"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"getRegion()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getRegion()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getRegion()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location)","u":"getRegion(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int)","u":"getRegion(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int, boolean)","u":"getRegion(org.bukkit.Location,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int, int, int, int, boolean)","u":"getRegion(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getRegion(UUID)","u":"getRegion(java.util.UUID)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getRegionCount()"},{"p":"redempt.redlib.region","c":"RegionEnterExitListener","l":"getRegionMap()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getRegions()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getRegistry()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRelative(int, int, int)","u":"getRelative(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeCoordinates()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeX()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeY()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeZ()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"getReports()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getRoot()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getRotated(Rotator)","u":"getRotated(redempt.redlib.multiblock.Rotator)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedBlockX()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedBlockZ()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedX()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedZ()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotation()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRotator()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"getRunningSummary()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getScale()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"getScale()"},{"p":"redempt.redlib","c":"RedLib","l":"getServerVersion()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getShortName()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"getSlot()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getStands()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getStart()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getStart()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getStart()"},{"p":"redempt.redlib.region","c":"Region","l":"getStart()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getStart()"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getStat(ItemStack, String)","u":"getStat(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getState()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getState(Block)","u":"getState(org.bukkit.block.Block)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getStaticField(String)","u":"getStaticField(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getStrictModeExclusions()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getString(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getString(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructure()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructureData()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getStructureData(int, int, int)","u":"getStructureData(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructureType()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"getSummary(long)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getSuperclass()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getSurface()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getSurfacePoint(Vector)","u":"getSurfacePoint(org.bukkit.util.Vector)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getTableName()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getTempKey()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getTempKey()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getTo()"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"getTool()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getTransientProperty(String)","u":"getTransientProperty(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getTriggers()"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getType()"},{"p":"redempt.redlib.misc","c":"Task","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getType()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getType(int, int, int)","u":"getType(int,int,int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getTypeName()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getTypes()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getVolume()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getVolume()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getVolume()"},{"p":"redempt.redlib.region","c":"Region","l":"getVolume()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getVolume()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"getWeight()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"getWeights()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getWorld()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getWorld()"},{"p":"redempt.redlib.region","c":"Region","l":"getWorld()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getWorld()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"getWrapped()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getWrappedClass()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getXRadius()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getYRadius()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getZRadius()"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, ItemStack, int)","u":"give(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, ItemStack...)","u":"give(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack...)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, Material, int)","u":"give(org.bukkit.entity.Player,org.bukkit.Material,int)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"giveWand(Player)","u":"giveWand(org.bukkit.entity.Player)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"globalPolicies"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"GROWTH"},{"p":"redempt.redlib.misc","c":"EventListener","l":"handleEvent(T)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"hashCode()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"hashCode()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"HOLD_ITEM"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"ignoreAir"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"ignoresAir()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"increment()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"INDIRECT_PLAYERS"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"init()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"init()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"init(ConfigManager)","u":"init(redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"init(ConfigManager)","u":"init(redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"initialize(Block)","u":"initialize(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"insert(int, String)","u":"insert(int,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"INTERACT"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"InventoryGUI(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"InventoryGUI(Inventory)","u":"%3Cinit%3E(org.bukkit.inventory.Inventory)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"isAir()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"isAutoCommit()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"isCached(Object...)","u":"isCached(java.lang.Object...)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"isCancelled()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"isCancelled()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"isChunkLoaded(Chunk)","u":"isChunkLoaded(org.bukkit.Chunk)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"isChunkLoaded(World, int, int)","u":"isChunkLoaded(org.bukkit.World,int,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"isClustered()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"isCompatible(CustomEnchant)","u":"isCompatible(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.misc","c":"Task","l":"isCurrentlyRunning()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"isEmpty()"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"isEmpty()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"isHazard(Material)","u":"isHazard(org.bukkit.Material)"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"isIntact()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"isLoaded()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"isMirrored()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"isMulti()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"isNull()"},{"p":"redempt.redlib.misc","c":"Task","l":"isQueued()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"isRegistered()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"isSafe(Location)","u":"isSafe(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"isSphere()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"isStrictMode()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"item"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(Material, int)","u":"%3Cinit%3E(org.bukkit.Material,int)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"ItemButton(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"itemMatches(ItemStack)","u":"itemMatches(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"ItemUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"iterator()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"JOIN"},{"p":"redempt.redlib.json","c":"JSONList","l":"JSONList()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"JSONMap()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONParser","l":"JSONParser()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONList","l":"key"},{"p":"redempt.redlib.json","c":"JSONMap","l":"key"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"keyNamesMatch(String[])","u":"keyNamesMatch(java.lang.String[])"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"KILL_ENTITY"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"KillEntityTrigger()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"length()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"LIQUID"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"list(Class, ConversionType, T...)","u":"list(java.lang.Class,redempt.redlib.configmanager.ConversionType,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"list(Class, T...)","u":"list(java.lang.Class,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"load()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"load(Chunk)","u":"load(org.bukkit.Chunk)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"load(ConfigurationSection)","u":"load(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"load(ConfigurationSection)","u":"load(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"load(World, int, int)","u":"load(org.bukkit.World,int,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"LocationUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"LORE"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"LoreStats(List, String...)","u":"%3Cinit%3E(java.util.List,java.lang.String...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, Class)","u":"map(java.lang.Class,java.lang.Class)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, Class, ConversionType)","u":"map(java.lang.Class,java.lang.Class,redempt.redlib.configmanager.ConversionType)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class)","u":"map(java.lang.Class)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, ConversionType)","u":"map(java.lang.Class,redempt.redlib.configmanager.ConversionType)"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"MAPPED_OBJECT"},{"p":"redempt.redlib.region","c":"Region","l":"measure(BlockFace)","u":"measure(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.region","c":"Region","l":"measureBlocks(BlockFace)","u":"measureBlocks(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib","c":"RedLib","l":"MID_VERSION"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"MINE_BLOCK"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"minimumChestSize(int)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"MISCELLANEOUS"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"MOB_SPAWN"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"MOVE"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"MOVE"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"move(Block)","u":"move(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"Region","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"move(Location)","u":"move(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"Region","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib","c":"RedLib","l":"msg(String)","u":"msg(java.lang.String)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"MultiRegion(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"MultiRegion(Region...)","u":"%3Cinit%3E(redempt.redlib.region.Region...)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"NAME"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"NATURAL"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"next()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"nextPage()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"NMSArray(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"NMSClass(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"NMSHelper()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"NMSObject(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"noise(double, double)","u":"noise(double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"noise(double, double)","u":"noise(double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"noise(double, double, double)","u":"noise(double,double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"noise(double, double, double)","u":"noise(double,double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"NoiseGenerator()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"NoiseGenerator(long)","u":"%3Cinit%3E(long)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"NoiseOctave(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"NoiseOctave(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockExplode(BlockExplodeEvent)","u":"onBlockExplode(org.bukkit.event.block.BlockExplodeEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockPull(BlockPistonRetractEvent)","u":"onBlockPull(org.bukkit.event.block.BlockPistonRetractEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockPush(BlockPistonExtendEvent)","u":"onBlockPush(org.bukkit.event.block.BlockPistonExtendEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onBreak(DataBlockDestroyEvent)","u":"onBreak(redempt.redlib.blockdata.events.DataBlockDestroyEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBreakBlock(BlockBreakEvent)","u":"onBreakBlock(org.bukkit.event.block.BlockBreakEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBucketEmpty(PlayerBucketEmptyEvent)","u":"onBucketEmpty(org.bukkit.event.player.PlayerBucketEmptyEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBurnBlock(BlockBurnEvent)","u":"onBurnBlock(org.bukkit.event.block.BlockBurnEvent)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"onChat(AsyncPlayerChatEvent)","u":"onChat(org.bukkit.event.player.AsyncPlayerChatEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onChunkUnload(ChunkUnloadEvent)","u":"onChunkUnload(org.bukkit.event.world.ChunkUnloadEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onClick(PlayerInteractEvent)","u":"onClick(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"onClick(PlayerInteractEvent)","u":"onClick(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onClose(InventoryCloseEvent)","u":"onClose(org.bukkit.event.inventory.InventoryCloseEvent)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"onCreatureSpawn(CreatureSpawnEvent)","u":"onCreatureSpawn(org.bukkit.event.entity.CreatureSpawnEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onDisable(PluginDisableEvent)","u":"onDisable(org.bukkit.event.server.PluginDisableEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onDrag(InventoryDragEvent)","u":"onDrag(org.bukkit.event.inventory.InventoryDragEvent)"},{"p":"redempt.redlib","c":"RedLib","l":"onEnable()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onEntityExplode(EntityExplodeEvent)","u":"onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onFlowBreakBlock(BlockFromToEvent)","u":"onFlowBreakBlock(org.bukkit.event.block.BlockFromToEvent)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"onInteract(PlayerInteractEvent)","u":"onInteract(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"onLeave(PlayerQuitEvent)","u":"onLeave(org.bukkit.event.player.PlayerQuitEvent)"},{"p":"redempt.redlib","c":"RedLib","l":"onLoad()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onPickBlock(InventoryCreativeEvent)","u":"onPickBlock(org.bukkit.event.inventory.InventoryCreativeEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onPlace(BlockPlaceEvent)","u":"onPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"onPluginDisable(PluginDisableEvent)","u":"onPluginDisable(org.bukkit.event.server.PluginDisableEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"open(Player)","u":"open(org.bukkit.entity.Player)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openMySQL(String, int, String, String, String)","u":"openMySQL(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openMySQL(String, String, String)","u":"openMySQL(java.lang.String,java.lang.String,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlots(int, int)","u":"openSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlots(int, int, int, int)","u":"openSlots(int,int,int,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openSQLite(Path)","u":"openSQLite(java.nio.file.Path)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"Overlappable()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"PaginationPanel(InventoryGUI)","u":"%3Cinit%3E(redempt.redlib.inventorygui.InventoryGUI)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"parent"},{"p":"redempt.redlib.json","c":"JSONParser","l":"parseList(String)","u":"parseList(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONParser","l":"parseMap(String)","u":"parseMap(java.lang.String)"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"PassiveProfiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"Path","l":"Path()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"pathfind(Block, Block, int)","u":"pathfind(org.bukkit.block.Block,org.bukkit.block.Block,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"pathfind(Block, Block, int, Predicate)","u":"pathfind(org.bukkit.block.Block,org.bukkit.block.Block,int,java.util.function.Predicate)"},{"p":"redempt.redlib.misc","c":"EntityPersistor","l":"persist(T)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PISTONS"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PISTONS_IN"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PLACE_BLOCK"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"PLACE_BUCKET"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"place(Player, ItemStack, T)","u":"place(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,T)"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"PLAIN"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"PLAYER"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PLAYER_CANCELLED"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PLAYER_LEFT"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"PlayerChangedArmorEvent(Player, ItemStack[], ItemStack[])","u":"%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack[],org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"PlayerChangedHeldItemEvent(Player, ItemStack, ItemStack)","u":"%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.misc","c":"PlayerWrapper","l":"PlayerWrapper()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PORTAL_PAIRING"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"prefill(int, int, int, int)","u":"prefill(int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"prefill(int, int, int, int)","u":"prefill(int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"prefill(int, int, int, int, int, int)","u":"prefill(int,int,int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"prefill(int, int, int, int, int, int)","u":"prefill(int,int,int,int,int,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"prepareStatement(String, Object...)","u":"prepareStatement(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"prepend(String)","u":"prepend(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"prevPage()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"PRIMARY_BLOCK_FACES"},{"p":"redempt.redlib.configmanager.annotations","c":"ConfigValue","l":"priority()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"Profiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"ProfilerCommands()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PROMPT_OVERRIDDEN"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, boolean, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, boolean, Consumer, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,boolean,java.util.function.Consumer,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, Consumer, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,java.util.function.Consumer,java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"Region","l":"protect(Plugin, ProtectionPolicy.ProtectionType...)","u":"protect(org.bukkit.plugin.Plugin,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.region","c":"Region","l":"protect(ProtectionPolicy.ProtectionType...)","u":"protect(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"ProtectedRegion(Plugin, Region, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,redempt.redlib.region.Region,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"ProtectedRegion(Region, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(redempt.redlib.region.Region,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(CuboidRegion, Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(redempt.redlib.region.CuboidRegion,java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(Plugin, CuboidRegion, Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,redempt.redlib.region.CuboidRegion,java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResultList(String, Object...)","u":"queryResultList(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResults(String, Object...)","u":"queryResults(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResultStringList(String, Object...)","u":"queryResultStringList(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResult(String, Object...)","u":"querySingleResult(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResultLong(String, Object...)","u":"querySingleResultLong(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResultString(String, Object...)","u":"querySingleResultString(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"QUIT"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"recalculate()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"recalculate(boolean)"},{"p":"redempt.redlib","c":"RedLib","l":"RedLib()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"REDSTONE"},{"p":"redempt.redlib.region","c":"Region","l":"Region()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"RegionEnterEvent(Player, Region, RegionEnterEvent.EnterCause, Cancellable)","u":"%3Cinit%3E(org.bukkit.entity.Player,redempt.redlib.region.Region,redempt.redlib.region.events.RegionEnterEvent.EnterCause,org.bukkit.event.Cancellable)"},{"p":"redempt.redlib.region","c":"RegionEnterExitListener","l":"RegionEnterExitListener()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"RegionExitEvent(Player, Region, RegionExitEvent.ExitCause, Cancellable)","u":"%3Cinit%3E(org.bukkit.entity.Player,redempt.redlib.region.Region,redempt.redlib.region.events.RegionExitEvent.ExitCause,org.bukkit.event.Cancellable)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"regionMap"},{"p":"redempt.redlib.region","c":"RegionMap","l":"RegionMap()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"RegionMap(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.region","c":"RegionUtils","l":"RegionUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"register()"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"register()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"register(BlockDataManager)","u":"register(redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"register(CustomBlockType>)","u":"register(redempt.redlib.blockdata.CustomBlockType)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"register(CustomEnchant)","u":"register(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"register(DataBlock)","u":"register(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"register(EnchantRegistry)","u":"register(redempt.redlib.enchants.EnchantRegistry)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"register(Object...)","u":"register(java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"registerAll(Plugin)","u":"registerAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"registerAll(Plugin)","u":"registerAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtection(Class, ProtectionPolicy.ProtectionType, Function, Function...)","u":"registerProtection(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.Function...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtectionNonCancellable(Class, ProtectionPolicy.ProtectionType, Function, Consumer, Function...)","u":"registerProtectionNonCancellable(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.Consumer,java.util.function.Function...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"remove()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"remove(CuboidRegion, T)","u":"remove(redempt.redlib.region.CuboidRegion,T)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"remove(DataBlock)","u":"remove(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"remove(int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, ItemStack, int)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, ItemStack, int, BiPredicate)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, Material, int)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.Material,int)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"remove(ItemStack)","u":"remove(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"remove(Location, T)","u":"remove(org.bukkit.Location,T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"remove(Object...)","u":"remove(java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"remove(T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"removeAll(Collection>)","u":"removeAll(java.util.Collection)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"removeButton(ItemButton)","u":"removeButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"removeFromMatchingCaches(String, Object...)","u":"removeFromMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedButton(ItemButton)","u":"removePagedButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedButtons(Iterable)","u":"removePagedButtons(java.lang.Iterable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedItem(ItemStack)","u":"removePagedItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedItems(Iterable)","u":"removePagedItems(java.lang.Iterable)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"removeProtectionTypes(ProtectionPolicy.ProtectionType...)","u":"removeProtectionTypes(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlots(int, int)","u":"removeSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlots(int, int, int, int)","u":"removeSlots(int,int,int,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"removeTransientProperty(String)","u":"removeTransientProperty(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"rename(ItemStack, String)","u":"rename(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"RESPAWN"},{"p":"redempt.redlib.region","c":"CuboidRegion.RegionState","l":"restore()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"retainAll(Collection>)","u":"retainAll(java.util.Collection)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"returnsItems()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"roll()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"roll(Map)","u":"roll(java.util.Map)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"root(Player)","u":"root(org.bukkit.entity.Player)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotate(BlockData)","u":"rotate(org.bukkit.block.data.BlockData)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"rotate(int)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"Region","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace)","u":"rotateBlockFace(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace, int)","u":"rotateBlockFace(org.bukkit.block.BlockFace,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace, int, boolean)","u":"rotateBlockFace(org.bukkit.block.BlockFace,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateVector(Vector)","u":"rotateVector(org.bukkit.util.Vector)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"Rotator(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"SampleMethod(SampleSummary, String)","u":"%3Cinit%3E(redempt.redlib.dev.profiler.SampleSummary,java.lang.String)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"SampleSummary()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"SampleSummary(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"save()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"save()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"save()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"save(ConfigurationSection)","u":"save(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"save(ConfigurationSection)","u":"save(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"saveAndClose()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"saveDefaults()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"search(Player, int, double, int, String)","u":"search(org.bukkit.entity.Player,int,double,int,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"select(Object...)","u":"select(java.lang.Object...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"select(Player, String)","u":"select(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"SelectionTool(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"selectLong(Object...)","u":"selectLong(java.lang.Object...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"selectReport(Player, int)","u":"selectReport(org.bukkit.entity.Player,int)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"selectString(Object...)","u":"selectString(java.lang.Object...)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"sendBlock(Player, Location)","u":"sendBlock(org.bukkit.entity.Player,org.bukkit.Location)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"set(Class, ConversionType, T...)","u":"set(java.lang.Class,redempt.redlib.configmanager.ConversionType,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"set(Class, T...)","u":"set(java.lang.Class,T...)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"set(CuboidRegion, T)","u":"set(redempt.redlib.region.CuboidRegion,T)"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"set(ItemStack, String, Object)","u":"set(org.bukkit.inventory.ItemStack,java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"set(Location, T)","u":"set(org.bukkit.Location,T)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"set(String, Object)","u":"set(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"set(T, double)","u":"set(T,double)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"set(T, int)","u":"set(T,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"setAutoCommit(boolean)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"setAutoSave(boolean)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"setAutoUnload(boolean)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"setBlock(Block)","u":"setBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"setCommitInterval(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setCount(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setCustomModelData(int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setCustomModelData(ItemStack, int)","u":"setCustomModelData(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setData(JSONMap)","u":"setData(redempt.redlib.json.JSONMap)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"setDenyMessage(Predicate, String)","u":"setDenyMessage(java.util.function.Predicate,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"setDenyMessage(ProtectionPolicy.ProtectionType, String)","u":"setDenyMessage(redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setDestroyOnClose(boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setDurability(int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"setField(int, String, Object)","u":"setField(int,java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"setField(String, Object)","u":"setField(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"setFixedLore(boolean)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setIfAbsent(String, Object)","u":"setIfAbsent(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"setItem(ItemStack)","u":"setItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"setLimit(Player, int)","u":"setLimit(org.bukkit.entity.Player,int)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"setLine(int, String)","u":"setLine(int,java.lang.String)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"setLineSpacing(double)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"setLocation(double, double)","u":"setLocation(double,double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"setLocations(Location, Location)","u":"setLocations(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"setLocations(Location, Location)","u":"setLocations(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, List)","u":"setLore(org.bukkit.inventory.ItemStack,java.util.List)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, String)","u":"setLore(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, String...)","u":"setLore(org.bukkit.inventory.ItemStack,java.lang.String...)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setLore(String...)","u":"setLore(java.lang.String...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"setMinimum(CommandSender, int)","u":"setMinimum(org.bukkit.command.CommandSender,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"setMirrored(boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setName(ItemStack, String)","u":"setName(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setOnClickOpenSlot(BiConsumer>)","u":"setOnClickOpenSlot(java.util.function.BiConsumer)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setOnClickOpenSlot(Consumer)","u":"setOnClickOpenSlot(java.util.function.Consumer)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setOnDestroy(Runnable)","u":"setOnDestroy(java.lang.Runnable)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setOnDragOpenSlot(Consumer)","u":"setOnDragOpenSlot(java.util.function.Consumer)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"setOnUpdate(Runnable)","u":"setOnUpdate(java.lang.Runnable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"setPage(int)"},{"p":"redempt.redlib.json","c":"JSONList","l":"setParent(JSONStorage)","u":"setParent(redempt.redlib.json.JSONStorage)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"setParent(JSONStorage)","u":"setParent(redempt.redlib.json.JSONStorage)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"setProtectionTypes(ProtectionPolicy.ProtectionType...)","u":"setProtectionTypes(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setReturnsItems(boolean)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"setRotation(int)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"setScale(double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"setScales(double...)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"setSeed(long)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"setSeed(long)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"setSlot(int)"},{"p":"redempt.redlib.json","c":"JSONList","l":"setTempKey(String)","u":"setTempKey(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"setTempKey(String)","u":"setTempKey(java.lang.String)"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"setTickMinimum(long)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setTransientProperty(String, Object)","u":"setTransientProperty(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setTransientPropertyIfAbsent(String, Object)","u":"setTransientPropertyIfAbsent(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setUnbreakable(ItemStack)","u":"setUnbreakable(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"setWeight(double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"setWeights(double...)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"setWorld(World)","u":"setWorld(org.bukkit.World)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"setWorld(World)","u":"setWorld(org.bukkit.World)"},{"p":"redempt.redlib.region","c":"Region","l":"setWorld(World)","u":"setWorld(org.bukkit.World)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"setWorld(World)","u":"setWorld(org.bukkit.World)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"setXRadius(double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"setYRadius(double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"setZRadius(double)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"SHOOT_ARROW"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"showReports(Player)","u":"showReports(org.bukkit.entity.Player)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"SILVERFISH"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"size()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"size()"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"size()"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"skip(Player, Material)","u":"skip(org.bukkit.entity.Player,org.bukkit.Material)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"smoothstep(double, double, double)","u":"smoothstep(double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"SpheroidRegion(Location, double)","u":"%3Cinit%3E(org.bukkit.Location,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"SpheroidRegion(Location, double, double, double)","u":"%3Cinit%3E(org.bukkit.Location,double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"SpheroidRegion(Location, Location)","u":"%3Cinit%3E(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"sql"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"SQLCache(SQLHelper, String, String, String...)","u":"%3Cinit%3E(redempt.redlib.sql.SQLHelper,java.lang.String,java.lang.String,java.lang.String...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"SQLHelper(Connection)","u":"%3Cinit%3E(java.sql.Connection)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"start"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"start()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"start()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"start()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"start()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"start(CommandSender)","u":"start(org.bukkit.command.CommandSender)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"startMonitor(CommandSender, Integer)","u":"startMonitor(org.bukkit.command.CommandSender,java.lang.Integer)"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"stop()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"stop()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"stop(CommandSender)","u":"stop(org.bukkit.command.CommandSender)"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"stopAll()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"stream()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"stream()"},{"p":"redempt.redlib.region","c":"Region","l":"stream()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"stream()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"strictMode"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"strictModeExclude"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"STRING_CONVERTED"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"stringify(Location, Location)","u":"stringify(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"stringify(Location, Location, Material)","u":"stringify(org.bukkit.Location,org.bukkit.Location,org.bukkit.Material)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"stringList(String...)","u":"stringList(java.lang.String...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"STRUCTURE_GROWTH"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"STRUCTURE_GROWTH_IN"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"Structure(MultiBlockStructure, Location, Rotator)","u":"%3Cinit%3E(redempt.redlib.multiblock.MultiBlockStructure,org.bukkit.Location,redempt.redlib.multiblock.Rotator)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"StructureData(BlockData)","u":"%3Cinit%3E(org.bukkit.block.data.BlockData)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"StructureData(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"StructureData(Material, byte)","u":"%3Cinit%3E(org.bukkit.Material,byte)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"StructureData(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"subtract(Region)","u":"subtract(redempt.redlib.region.Region)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"summary"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"summary(Player)","u":"summary(org.bukkit.entity.Player)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"surfaceContains(Block)","u":"surfaceContains(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"SYNC_DELAYED"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"SYNC_REPEATING"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Consumer)","u":"syncDelayed(java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Consumer, long)","u":"syncDelayed(java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Plugin, Consumer)","u":"syncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Plugin, Consumer, long)","u":"syncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Plugin, Runnable)","u":"syncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Plugin, Runnable, long)","u":"syncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Runnable)","u":"syncDelayed(java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncDelayed(Runnable, long)","u":"syncDelayed(java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncRepeating(Consumer, long, long)","u":"syncRepeating(java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncRepeating(Plugin, Consumer, long, long)","u":"syncRepeating(org.bukkit.plugin.Plugin,java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncRepeating(Plugin, Runnable, long, long)","u":"syncRepeating(org.bukkit.plugin.Plugin,java.lang.Runnable,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"syncRepeating(Runnable, long, long)","u":"syncRepeating(java.lang.Runnable,long,long)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"TAKE_DAMAGE"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"TELEPORT"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"TELEPORT"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"TickMonitorProfiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"timeFormat(Player)","u":"timeFormat(org.bukkit.entity.Player)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"toArray()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"toArray(T1[])"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"toBlockLocation(Location)","u":"toBlockLocation(org.bukkit.Location)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"toChunkPosition(Block)","u":"toChunkPosition(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"toChunkPosition(Location)","u":"toChunkPosition(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"Region","l":"toCuboid()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"toCuboid()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"toggleExpand(Player, String)","u":"toggleExpand(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"toRomanNumerals(int)"},{"p":"redempt.redlib.json","c":"JSONList","l":"toString()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"toString()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"toString()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"toString()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"toString()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"toString()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"toString(Block)","u":"toString(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"toString(Block, String)","u":"toString(org.bukkit.block.Block,java.lang.String)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"toString(Function)","u":"toString(java.util.function.Function)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"toString(ItemStack)","u":"toString(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"toString(Location)","u":"toString(org.bukkit.Location)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"toString(Location, String)","u":"toString(org.bukkit.Location,java.lang.String)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"tryExists(World, BlockDataManager.ChunkPosition)","u":"tryExists(org.bukkit.World,redempt.redlib.blockdata.BlockDataManager.ChunkPosition)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"TYPE"},{"p":"redempt.redlib.configmanager.annotations","c":"ConfigValue","l":"type()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"typeMatches(Material)","u":"typeMatches(org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"unbreakable()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"unload(Chunk)","u":"unload(org.bukkit.Chunk)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"unload(World, int, int)","u":"unload(org.bukkit.World,int,int)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"unloadAll()"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"unprotect()"},{"p":"redempt.redlib.misc","c":"EventListener","l":"unregister()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"unwrapArgs(Object...)","u":"unwrapArgs(java.lang.Object...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"up(Player, int)","u":"up(org.bukkit.entity.Player,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"update()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"update(Object, Object...)","u":"update(java.lang.Object,java.lang.Object...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"updatePage()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"USE_BUCKETS"},{"p":"redempt.redlib.misc","c":"UserCache","l":"UserCache()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.configmanager.annotations","c":"ConfigValue","l":"value()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"values()"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"values()"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"values()"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"values()"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"values()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"values()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"values()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"values()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"verbose(Player)","u":"verbose(org.bukkit.entity.Player)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"visualize(Player, Location, int, int, int)","u":"visualize(org.bukkit.entity.Player,org.bukkit.Location,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"visualize(Player, Location, int, int, int, int, boolean)","u":"visualize(org.bukkit.entity.Player,org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"waitForWorld(String, Consumer)","u":"waitForWorld(java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"WeightedRandom()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"WeightedRandom(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"WITHER"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"withPriority(EventPriority)","u":"withPriority(org.bukkit.event.EventPriority)"},{"p":"redempt.redlib.misc","c":"PlayerWrapper","l":"wrap(Player, String...)","u":"wrap(org.bukkit.entity.Player,java.lang.String...)"},{"p":"redempt.redlib.misc","c":"EntityPersistor","l":"wrap(T)"}];updateSearchResults();
\ No newline at end of file
+memberSearchIndex = [{"p":"redempt.redlib.region","c":"MultiRegion","l":"add(Region)","u":"add(redempt.redlib.region.Region)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"add(StackTraceElement[])","u":"add(java.lang.StackTraceElement[])"},{"p":"redempt.redlib.json","c":"JSONList","l":"add(String, Object)","u":"add(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"add(String, Object)","u":"add(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"add(T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"addAll(Collection extends T>)","u":"addAll(java.util.Collection)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, AttributeModifier)","u":"addAttribute(org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, double, AttributeModifier.Operation)","u":"addAttribute(org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addAttribute(Attribute, double, AttributeModifier.Operation, EquipmentSlot)","u":"addAttribute(org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation,org.bukkit.inventory.EquipmentSlot)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, AttributeModifier)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, double, AttributeModifier.Operation)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addAttribute(ItemStack, Attribute, double, AttributeModifier.Operation, EquipmentSlot)","u":"addAttribute(org.bukkit.inventory.ItemStack,org.bukkit.attribute.Attribute,double,org.bukkit.attribute.AttributeModifier.Operation,org.bukkit.inventory.EquipmentSlot)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(int, ItemButton)","u":"addButton(int,redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(ItemButton, int)","u":"addButton(redempt.redlib.inventorygui.ItemButton,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"addButton(ItemButton, int, int)","u":"addButton(redempt.redlib.inventorygui.ItemButton,int,int)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addBypassPolicy(BiPredicate)","u":"addBypassPolicy(java.util.function.BiPredicate)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addBypassPolicy(BypassPolicy)","u":"addBypassPolicy(redempt.redlib.protection.BypassPolicy)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"addChild(SampleSummary.SampleMethod)","u":"addChild(redempt.redlib.dev.profiler.SampleSummary.SampleMethod)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"addConverter(Class, Function, Function)","u":"addConverter(java.lang.Class,java.util.function.Function,java.util.function.Function)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addDamage(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addEnchant(Enchantment, int)","u":"addEnchant(org.bukkit.enchantments.Enchantment,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addEnchant(ItemStack, Enchantment, int)","u":"addEnchant(org.bukkit.inventory.ItemStack,org.bukkit.enchantments.Enchantment,int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addItemFlags(ItemFlag...)","u":"addItemFlags(org.bukkit.inventory.ItemFlag...)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addItemFlags(ItemStack, ItemFlag...)","u":"addItemFlags(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemFlag...)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"addListener(Class, Function)","u":"addListener(java.lang.Class,java.util.function.Function)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addLore(ItemStack, Iterable)","u":"addLore(org.bukkit.inventory.ItemStack,java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addLore(ItemStack, String)","u":"addLore(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addLore(Iterable)","u":"addLore(java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addLore(String)","u":"addLore(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedButton(ItemButton)","u":"addPagedButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedButtons(Iterable)","u":"addPagedButtons(java.lang.Iterable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedItem(ItemStack)","u":"addPagedItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addPagedItems(Iterable)","u":"addPagedItems(java.lang.Iterable)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"addPersistentTag(ItemStack, NamespacedKey, PersistentDataType, Z)","u":"addPersistentTag(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,org.bukkit.persistence.PersistentDataType,Z)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"addPersistentTag(NamespacedKey, PersistentDataType, Z)","u":"addPersistentTag(org.bukkit.NamespacedKey,org.bukkit.persistence.PersistentDataType,Z)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"addProtectionTypes(ProtectionPolicy.ProtectionType...)","u":"addProtectionTypes(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlots(int, int)","u":"addSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"addSlots(int, int, int, int)","u":"addSlots(int,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"addStrictModeExclusions(Material...)","u":"addStrictModeExclusions(org.bukkit.Material...)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"addTrigger(EnchantTrigger, BiConsumer)","u":"addTrigger(redempt.redlib.enchants.trigger.EnchantTrigger,java.util.function.BiConsumer)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"addTrigger(EnchantTrigger, BiConsumer, BiConsumer)","u":"addTrigger(redempt.redlib.enchants.trigger.EnchantTrigger,java.util.function.BiConsumer,java.util.function.BiConsumer)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ALL"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"allExcept(ProtectionPolicy.ProtectionType...)","u":"allExcept(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"allow(Block, ProtectionPolicy.ProtectionType, Player)","u":"allow(org.bukkit.block.Block,redempt.redlib.protection.ProtectionPolicy.ProtectionType,org.bukkit.entity.Player)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"AMOUNT"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"and(ProtectionPolicy.ProtectionType[]...)","u":"and(redempt.redlib.protection.ProtectionPolicy.ProtectionType[]...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ANVIL_BREAK"},{"p":"redempt.redlib.misc","c":"Hologram","l":"append(String)","u":"append(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"appliesTo(Material)","u":"appliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"apply(ItemStack, int)","u":"apply(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"applyAll(Map, ItemStack)","u":"applyAll(java.util.Map,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location)","u":"assumeAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int)","u":"assumeAt(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int, boolean)","u":"assumeAt(org.bukkit.Location,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"assumeAt(Location, int, int, int, int, boolean)","u":"assumeAt(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"ASYNC_DELAYED"},{"p":"redempt.redlib.misc","c":"Task.TaskType","l":"ASYNC_REPEATING"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Consumer)","u":"asyncDelayed(java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Consumer, long)","u":"asyncDelayed(java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Consumer)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Consumer, long)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.util.function.Consumer,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Runnable)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Plugin, Runnable, long)","u":"asyncDelayed(org.bukkit.plugin.Plugin,java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Runnable)","u":"asyncDelayed(java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncDelayed(Runnable, long)","u":"asyncDelayed(java.lang.Runnable,long)"},{"p":"redempt.redlib.misc","c":"UserCache","l":"asyncInit()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"asyncInit(Runnable)","u":"asyncInit(java.lang.Runnable)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Consumer, long, long)","u":"asyncRepeating(java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Plugin, Consumer, long, long)","u":"asyncRepeating(org.bukkit.plugin.Plugin,java.util.function.Consumer,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Plugin, Runnable, long, long)","u":"asyncRepeating(org.bukkit.plugin.Plugin,java.lang.Runnable,long,long)"},{"p":"redempt.redlib.misc","c":"Task","l":"asyncRepeating(Runnable, long, long)","u":"asyncRepeating(java.lang.Runnable,long,long)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"ATTACK_ENTITY"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"AUTO"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"auto(Class>, ConfigManager)","u":"auto(java.lang.Class,redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"autoCluster()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"BLOCK_EXPLOSION"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"BlockDataManager(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"BREAK_BLOCK"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location)","u":"build(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int)","u":"build(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int)","u":"build(org.bukkit.Location,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int, int)","u":"build(org.bukkit.Location,int,int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"build(Location, int, int, int, int, boolean)","u":"build(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"build(Player, int, boolean)","u":"build(org.bukkit.entity.Player,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, boolean, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,boolean,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"buildAsync(Location, int, int, int, int, boolean, int, Consumer)","u":"buildAsync(org.bukkit.Location,int,int,int,int,boolean,int,java.util.function.Consumer)"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"BurstProfiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"BurstProfiler(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"callMethod(int, String, Object...)","u":"callMethod(int,java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"callMethod(String, Object...)","u":"callMethod(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"callStaticMethod(String, Object...)","u":"callStaticMethod(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"canApply(ItemStack)","u":"canApply(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"canApply(Material)","u":"canApply(org.bukkit.Material)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, boolean, Predicate)","u":"canBuild(org.bukkit.Location,int,boolean,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, int, int, int, boolean, Predicate)","u":"canBuild(org.bukkit.Location,int,int,int,int,boolean,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, int, Predicate)","u":"canBuild(org.bukkit.Location,int,java.util.function.Predicate)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"canBuild(Location, Predicate)","u":"canBuild(org.bukkit.Location,java.util.function.Predicate)"},{"p":"redempt.redlib.protection","c":"BypassPolicy","l":"canBypass(Player, ProtectionPolicy.ProtectionType, Block)","u":"canBypass(org.bukkit.entity.Player,redempt.redlib.protection.ProtectionPolicy.ProtectionType,org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"Task","l":"cancel()"},{"p":"redempt.redlib.json","c":"JSONList","l":"cast(Class)","u":"cast(java.lang.Class)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"center(Block)","u":"center(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"center(Location)","u":"center(org.bukkit.Location)"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"ChainCommand()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"clear()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"clear()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"clear()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"clear()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"clear()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"clear()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"clear()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"clear()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"clear()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"clear(CommandSender)","u":"clear(org.bukkit.command.CommandSender)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"clearAllCaches()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"clearBypassPolicies()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"clearDenyMessages()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"clearSlot(int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"click(PlayerInteractEvent)","u":"click(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"clone()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"clone()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"clone()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"clone()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"clone()"},{"p":"redempt.redlib.region","c":"Region","l":"clone()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"clone()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"clone(SampleSummary)","u":"clone(redempt.redlib.dev.profiler.SampleSummary)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"cloneInventory(Inventory)","u":"cloneInventory(org.bukkit.inventory.Inventory)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"cloneOnGet()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"close()"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"close()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlots(int, int)","u":"closeSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"closeSlots(int, int, int, int)","u":"closeSlots(int,int,int,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"cluster(int)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"collapse(Player)","u":"collapse(org.bukkit.entity.Player)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"collection(Class, Collection, T...)","u":"collection(java.lang.Class,java.util.Collection,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"collection(Class, ConversionType, Collection, T...)","u":"collection(java.lang.Class,redempt.redlib.configmanager.ConversionType,java.util.Collection,T...)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"combine(Map, Map)","u":"combine(java.util.Map,java.util.Map)"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"commandChain(CommandSender, String)","u":"commandChain(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"commit()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"compare(Block, boolean, boolean)","u":"compare(org.bukkit.block.Block,boolean,boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"compare(ItemStack, ItemStack)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"compare(ItemStack, ItemStack)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"compare(ItemStack, ItemStack, ItemTrait...)","u":"compare(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack,redempt.redlib.itemutils.ItemTrait...)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"compare(StructureData, Block, Rotator)","u":"compare(redempt.redlib.multiblock.StructureData,org.bukkit.block.Block,redempt.redlib.multiblock.Rotator)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"configExists()"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigFieldException","l":"ConfigFieldException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigListException","l":"ConfigListException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Plugin)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"ConfigManager(Plugin, String)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.String)"},{"p":"redempt.redlib.configmanager.exceptions","c":"ConfigMapException","l":"ConfigMapException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"CONTAINER_ACCESS"},{"p":"redempt.redlib.region","c":"Region","l":"contains(Block)","u":"contains(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"Region","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"contains(Location)","u":"contains(org.bukkit.Location)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"contains(Object)","u":"contains(java.lang.Object)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"containsAll(Collection>)","u":"containsAll(java.util.Collection)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"containsTransientProperty(String)","u":"containsTransientProperty(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, ItemStack)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, ItemStack, BiPredicate)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"count(Inventory, Material)","u":"count(org.bukkit.inventory.Inventory,org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack, int)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, ItemStack, int, BiPredicate)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, Material)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"countAndRemove(Inventory, Material, int)","u":"countAndRemove(org.bukkit.inventory.Inventory,org.bukkit.Material,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String)","u":"create(java.io.InputStream,java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String, boolean)","u":"create(java.io.InputStream,java.lang.String,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(InputStream, String, boolean, boolean)","u":"create(java.io.InputStream,java.lang.String,boolean,boolean)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"create(ItemStack, BiConsumer)","u":"create(org.bukkit.inventory.ItemStack,java.util.function.BiConsumer)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"create(ItemStack, Consumer)","u":"create(org.bukkit.inventory.ItemStack,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"create(Location, String...)","u":"create(org.bukkit.Location,java.lang.String...)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String, boolean)","u":"create(java.lang.String,java.lang.String,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"create(String, String, boolean, boolean)","u":"create(java.lang.String,java.lang.String,boolean,boolean)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"createArray(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"createCache(String, String, String...)","u":"createCache(java.lang.String,java.lang.String,java.lang.String...)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"createStructure(Player, String)","u":"createStructure(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"cubeRadius(Location, int)","u":"cubeRadius(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"CuboidRegion()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"CuboidRegion(Location, Location)","u":"%3Cinit%3E(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"CustomBlock(CustomBlockType>, DataBlock)","u":"%3Cinit%3E(redempt.redlib.blockdata.CustomBlockType,redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"CustomBlockPlaceEvent(Block, ItemStack, CustomBlockType>, Player)","u":"%3Cinit%3E(org.bukkit.block.Block,org.bukkit.inventory.ItemStack,redempt.redlib.blockdata.CustomBlockType,org.bukkit.entity.Player)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"CustomBlockRegistry(BlockDataManager)","u":"%3Cinit%3E(redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"CustomBlockRegistry(BlockDataManager, Plugin)","u":"%3Cinit%3E(redempt.redlib.blockdata.BlockDataManager,org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"CustomBlockType(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"CustomEnchant(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"CustomItem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"damage(ItemStack, int)","u":"damage(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"data"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"data"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"DataBlock(Block, BlockDataManager)","u":"%3Cinit%3E(org.bukkit.block.Block,redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"DataBlockDestroyEvent(DataBlock, Player, DataBlockDestroyEvent.DestroyCause, Event)","u":"%3Cinit%3E(redempt.redlib.blockdata.DataBlock,org.bukkit.entity.Player,redempt.redlib.blockdata.events.DataBlockDestroyEvent.DestroyCause,org.bukkit.event.Event)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"DataBlockMoveEvent(DataBlock, Location)","u":"%3Cinit%3E(redempt.redlib.blockdata.DataBlock,org.bukkit.Location)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"DEATH"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"decluster()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"defaultAppliesTo(Material)","u":"defaultAppliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"defaultAppliesTo(Material)","u":"defaultAppliesTo(org.bukkit.Material)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"delayedTeleport(Player, Location, int)","u":"delayedTeleport(org.bukkit.entity.Player,org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"delayedTeleport(Player, Location, int, Consumer)","u":"delayedTeleport(org.bukkit.entity.Player,org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"delete(Object...)","u":"delete(java.lang.Object...)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroy()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroy(Player)","u":"destroy(org.bukkit.entity.Player)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"destroysOnClose()"},{"p":"redempt.redlib","c":"RedLib","l":"devMode"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimX"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimY"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"dimZ"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"DIRECT_PLAYERS"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"directPathfind(Block, Block, int)","u":"directPathfind(org.bukkit.block.Block,org.bukkit.block.Block,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"directPathfind(Block, Block, int, Predicate)","u":"directPathfind(org.bukkit.block.Block,org.bukkit.block.Block,int,java.util.function.Predicate)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"disable()"},{"p":"redempt.redlib.region","c":"Region","l":"disableEvents()"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"DURABILITY"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"enable()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"enable()"},{"p":"redempt.redlib.region","c":"Region","l":"enableEvents()"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"EnchantInfo(CustomEnchant, int)","u":"%3Cinit%3E(redempt.redlib.enchants.CustomEnchant,int)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"ENCHANTMENTS"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin, Function)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.util.function.Function)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"EnchantRegistry(Plugin, String)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.String)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"EnchantTrigger()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"end"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"end()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"end()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"end()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"ensureExists(World, BlockDataManager.ChunkPosition)","u":"ensureExists(org.bukkit.World,redempt.redlib.blockdata.BlockDataManager.ChunkPosition)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ENTITY_EXPLOSION"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"ENTITY_FORM_BLOCK"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"EQUIP_ARMOR"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack)","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack, ItemStack)","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack[])","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"EventItems(Event, ItemStack[], ItemStack[])","u":"%3Cinit%3E(org.bukkit.event.Event,org.bukkit.inventory.ItemStack[],org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, BiConsumer, T>)","u":"%3Cinit%3E(java.lang.Class,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, Consumer)","u":"%3Cinit%3E(java.lang.Class,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, EventPriority, BiConsumer, T>)","u":"%3Cinit%3E(java.lang.Class,org.bukkit.event.EventPriority,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Class, EventPriority, Consumer)","u":"%3Cinit%3E(java.lang.Class,org.bukkit.event.EventPriority,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, BiConsumer, T>)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, Consumer)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, EventPriority, BiConsumer, T>)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,org.bukkit.event.EventPriority,java.util.function.BiConsumer)"},{"p":"redempt.redlib.misc","c":"EventListener","l":"EventListener(Plugin, Class, EventPriority, Consumer)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,java.lang.Class,org.bukkit.event.EventPriority,java.util.function.Consumer)"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"events"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"execute(String, Object...)","u":"execute(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"exists"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"Region","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(BlockFace, double)","u":"expand(org.bukkit.block.BlockFace,double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"Region","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"expand(double, double, double, double, double, double)","u":"expand(double,double,double,double,double,double)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"EXPLOSION"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"export(Player, String)","u":"export(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FADE"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FALLING_BLOCK"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"fill(int, int, int, int, ItemStack)","u":"fill(int,int,int,int,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"fill(int, int, ItemStack)","u":"fill(int,int,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"FILLER"},{"p":"redempt.redlib.region","c":"RegionUtils","l":"findInside(CuboidRegion)","u":"findInside(redempt.redlib.region.CuboidRegion)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"FIRE"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FIRE"},{"p":"redempt.redlib.misc","c":"Hologram","l":"fixStands()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FLOW"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"FLOW_IN"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"flush()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"flush(Object...)","u":"flush(java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushAllCaches()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushAndRemoveFromMatchingCaches(String, Object...)","u":"flushAndRemoveFromMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"flushMatchingCaches(String, Object...)","u":"flushMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"forEach(Consumer)","u":"forEach(java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"forEachBlock(Consumer)","u":"forEachBlock(java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"Region","l":"forEachBlock(Consumer)","u":"forEachBlock(java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, Consumer)","u":"forEachBlock(org.bukkit.Location,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, boolean, Consumer)","u":"forEachBlock(org.bukkit.Location,int,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, Consumer)","u":"forEachBlock(org.bukkit.Location,int,java.util.function.Consumer)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"forEachBlock(Location, int, int, int, int, boolean, Consumer)","u":"forEachBlock(org.bukkit.Location,int,int,int,int,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromCollection(Collection, Function, ToDoubleFunction)","u":"fromCollection(java.util.Collection,java.util.function.Function,java.util.function.ToDoubleFunction)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromDoubleMap(Map)","u":"fromDoubleMap(java.util.Map)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromIntMap(Map)","u":"fromIntMap(java.util.Map)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"fromLoreLine(String)","u":"fromLoreLine(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"fromRomanNumerals(String)","u":"fromRomanNumerals(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"fromString(String, Function)","u":"fromString(java.lang.String,java.util.function.Function)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromString(String, String)","u":"fromString(java.lang.String,java.lang.String)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromStringLater(String, Consumer)","u":"fromStringLater(java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"fromStringLater(String, String, Consumer)","u":"fromStringLater(java.lang.String,java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"EntityPersistor","l":"get()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"get(Block)","u":"get(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"get(DataBlock)","u":"get(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"get(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"get(int)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"get(Location)","u":"get(org.bukkit.Location)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"get(Plugin)","u":"get(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"get(String)","u":"get(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getAfter()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAll()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getAll()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getAll(Plugin)","u":"getAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAllLoaded()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getAllManagers()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getAllRegistries()"},{"p":"redempt.redlib.dev","c":"ChainCommand","l":"getArgType()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getArgTypes(Object...)","u":"getArgTypes(java.lang.Object...)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getAt(Location)","u":"getAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getAt(Location)","u":"getAt(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getAt(Location, int, int, int, int, boolean)","u":"getAt(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getBaseItemName()"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getBefore()"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getBlock()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getBlock()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getBlock()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getBlock(Block)","u":"getBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"Region","l":"getBlockDimensions()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getBlocks()"},{"p":"redempt.redlib.region","c":"CuboidRegion.RegionState","l":"getBlocks()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"Region","l":"getBlockVolume()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getBlockVolume()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getBoolean(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"getBounds()"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getButton(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getButtons()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getButtons()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getByType(Material)","u":"getByType(org.bukkit.Material)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getCaches()"},{"p":"redempt.redlib","c":"RedLib","l":"getCallingPlugin()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getCause()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getCause()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getCause()"},{"p":"redempt.redlib.region","c":"Region","l":"getCenter()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getCenter()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getChildren()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getChunkCoordinates()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getChunkCoordinates(Location)","u":"getChunkCoordinates(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"Region","l":"getChunks()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getClass(String)","u":"getClass(java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getColumnCount()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getColumnName()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"getConfig()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getConnection()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getConstructor(Class>, Class>[])","u":"getConstructor(java.lang.Class,java.lang.Class[])"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"getConverter(Class)","u":"getConverter(java.lang.Class)"},{"p":"redempt.redlib.region","c":"Region","l":"getCorners()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getCount()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getCustom(DataBlock)","u":"getCustom(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getCustomBlock(Block)","u":"getCustomBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getCustomBlockType()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getData()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getData(int, int, int)","u":"getData(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getData(Location, int, int, int)","u":"getData(org.bukkit.Location,int,int,int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getDataBlock()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getDataBlock(Block)","u":"getDataBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getDefaultItem()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getDepth()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getDimensions()"},{"p":"redempt.redlib.region","c":"Region","l":"getDimensions()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"getDirect(int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getDirection(BlockFace)","u":"getDirection(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getDisplayName()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getDisplayName(CustomEnchant)","u":"getDisplayName(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getDouble(int)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getDouble(ItemStack, String)","u":"getDouble(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getDouble(ItemStack, String, double)","u":"getDouble(org.bukkit.inventory.ItemStack,java.lang.String,double)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getDrops(T)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getDuration()"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"getEnchant()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchantArgType(String)","u":"getEnchantArgType(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchants()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getEnchants(ItemStack)","u":"getEnchants(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getEnd()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"Region","l":"getEnd()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getEnd()"},{"p":"redempt.redlib.region","c":"Region","l":"getEntities()"},{"p":"redempt.redlib.region","c":"Region","l":"getEntities(boolean)"},{"p":"redempt.redlib.enchants","c":"EventItems","l":"getEvent()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"getEvents()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getExisting(Block)","u":"getExisting(org.bukkit.block.Block)"},{"p":"redempt.redlib","c":"RedLib","l":"getExtendingClasses(Plugin, Class)","u":"getExtendingClasses(org.bukkit.plugin.Plugin,java.lang.Class)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getFace(BlockFace)","u":"getFace(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getField(int, String)","u":"getField(int,java.lang.String)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getField(String)","u":"getField(java.lang.String)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getHandlerList()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getHandlerList()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getHandlerList()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getHandlerList()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getHandlerList()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getHandlers()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getHandlers()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getHandlers()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getHandlers()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getHandlers()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getId()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getIncompatible()"},{"p":"redempt.redlib","c":"RedLib","l":"getInstance()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getInstance(Object...)","u":"getInstance(java.lang.Object...)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getInt(int)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getInt(ItemStack, String)","u":"getInt(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getInt(ItemStack, String, int)","u":"getInt(org.bukkit.inventory.ItemStack,java.lang.String,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"getIntersection(Overlappable)","u":"getIntersection(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getInventory()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getInverse()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getItem()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"getItem()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getItem()"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getItem()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getItem(T)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getItems()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getLastSpace(String)","u":"getLastSpace(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"EnchantInfo","l":"getLevel()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getLevel(ItemStack)","u":"getLevel(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLine(int)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLines()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLineSpacing()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getList(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getLoaded(Chunk)","u":"getLoaded(org.bukkit.Chunk)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getLoaded(World, int, int)","u":"getLoaded(org.bukkit.World,int,int)"},{"p":"redempt.redlib.region","c":"Region","l":"getLoadedChunks()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getLocation()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getLocation()"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getLocations(UUID)","u":"getLocations(java.util.UUID)"},{"p":"redempt.redlib.json","c":"JSONList","l":"getLong(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getLong(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getLore(int)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getManager()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getManager()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getMap(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"getMatchingCaches(String)","u":"getMatchingCaches(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getMaxLevel()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getMaxPage()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getMethod(Class>, String, Class>[])","u":"getMethod(java.lang.Class,java.lang.String,java.lang.Class[])"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getMethodsByName()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"getName()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getName()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getName()"},{"p":"redempt.redlib.itemutils","c":"CustomItem","l":"getName()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getName()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getName()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"getNearby(Location, int)","u":"getNearby(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getNearby(Location, int)","u":"getNearby(org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getNearestSafeLocation(Location, int)","u":"getNearestSafeLocation(org.bukkit.Location,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"getNearestSafeLocation(Location, int, Predicate)","u":"getNearestSafeLocation(org.bukkit.Location,int,java.util.function.Predicate)"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getNewArmor()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getNewItem()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSClass(String)","u":"getNMSClass(java.lang.String)"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSPackage()"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"getNMSVersion()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getObject()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"getOfflinePlayer(String)","u":"getOfflinePlayer(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"getOpenSlots()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getPage()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"getPageSize()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getParent()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getParent()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getParent()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getParent()"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location)","u":"getPath(org.bukkit.Location)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, double)","u":"getPath(org.bukkit.Location,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Location)","u":"getPath(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Location, double)","u":"getPath(org.bukkit.Location,org.bukkit.Location,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector, double)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector,double)"},{"p":"redempt.redlib.misc","c":"Path","l":"getPath(Location, Vector, double, double)","u":"getPath(org.bukkit.Location,org.bukkit.util.Vector,double,double)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getPath(UUID)","u":"getPath(java.util.UUID)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"getPercentages()"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"getPlayer()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"getPlayer()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getPlayer()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getPlayer()"},{"p":"redempt.redlib.region","c":"Region","l":"getPlayers()"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"getPlugin()"},{"p":"redempt.redlib.misc","c":"Task","l":"getPlugin()"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"getPolicy()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getPrevalence()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"getPreviousArmor()"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"getPreviousItem()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getPrimaryKeyNames()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"getPriority()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"getProfiler()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRegion()"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"getRegion()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"getRegion()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"getRegion()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location)","u":"getRegion(org.bukkit.Location)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int)","u":"getRegion(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int, boolean)","u":"getRegion(org.bukkit.Location,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getRegion(Location, int, int, int, int, boolean)","u":"getRegion(org.bukkit.Location,int,int,int,int,boolean)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"getRegion(UUID)","u":"getRegion(java.util.UUID)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getRegionCount()"},{"p":"redempt.redlib.region","c":"RegionEnterExitListener","l":"getRegionMap()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getRegions()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getRegistry()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRelative(int, int, int)","u":"getRelative(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeCoordinates()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeX()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeY()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getRelativeZ()"},{"p":"redempt.redlib.dev.profiler","c":"TickMonitorProfiler","l":"getReports()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getRoot()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getRotated(Rotator)","u":"getRotated(redempt.redlib.multiblock.Rotator)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedBlockX()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedBlockZ()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedX()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotatedZ()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"getRotation()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getRotator()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"getRunningSummary()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"getScale()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"getScale()"},{"p":"redempt.redlib","c":"RedLib","l":"getServerVersion()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"getShortName()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"getSlot()"},{"p":"redempt.redlib.misc","c":"Hologram","l":"getStands()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"getStart()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getStart()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getStart()"},{"p":"redempt.redlib.region","c":"Region","l":"getStart()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getStart()"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"getStat(ItemStack, String)","u":"getStat(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getState()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getState(Block)","u":"getState(org.bukkit.block.Block)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getStaticField(String)","u":"getStaticField(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getStrictModeExclusions()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getString(int)"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"getString(int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructure()"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructureData()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getStructureData(int, int, int)","u":"getStructureData(int,int,int)"},{"p":"redempt.redlib.multiblock","c":"Structure.StructureBlock","l":"getStructureType()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"getSummary()"},{"p":"redempt.redlib.dev.profiler","c":"BurstProfiler","l":"getSummary(long)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getSuperclass()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getSurface()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getSurfacePoint(Vector)","u":"getSurfacePoint(org.bukkit.util.Vector)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"getTableName()"},{"p":"redempt.redlib.json","c":"JSONList","l":"getTempKey()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"getTempKey()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"getTo()"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"getTool()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getTransientProperty(String)","u":"getTransientProperty(java.lang.String)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"getTriggers()"},{"p":"redempt.redlib.blockdata","c":"CustomBlock","l":"getType()"},{"p":"redempt.redlib.misc","c":"Task","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"getType()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getType()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getType(int, int, int)","u":"getType(int,int,int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"getTypeName()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"getTypes()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"getVolume()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getVolume()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"getVolume()"},{"p":"redempt.redlib.region","c":"Region","l":"getVolume()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getVolume()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"getWeight()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"getWeights()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"getWorld()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"getWorld()"},{"p":"redempt.redlib.region","c":"Region","l":"getWorld()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getWorld()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"getWrapped()"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"getWrappedClass()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getXRadius()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getYRadius()"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"getZRadius()"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, ItemStack, int)","u":"give(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, ItemStack...)","u":"give(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack...)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"give(Player, Material, int)","u":"give(org.bukkit.entity.Player,org.bukkit.Material,int)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"giveWand(Player)","u":"giveWand(org.bukkit.entity.Player)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"globalPolicies"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"GROWTH"},{"p":"redempt.redlib.misc","c":"EventListener","l":"handleEvent(T)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"hashCode()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"hashCode()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"HOLD_ITEM"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"ignoreAir"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"ignoresAir()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"increment()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"INDIRECT_PLAYERS"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"init()"},{"p":"redempt.redlib.misc","c":"UserCache","l":"init()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"init(ConfigManager)","u":"init(redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"init(ConfigManager)","u":"init(redempt.redlib.configmanager.ConfigManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"initialize(Block)","u":"initialize(org.bukkit.block.Block)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"insert(int, String)","u":"insert(int,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"INTERACT"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"InventoryGUI(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"InventoryGUI(Inventory)","u":"%3Cinit%3E(org.bukkit.inventory.Inventory)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"isAir()"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"isAutoCommit()"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"isCached(Object...)","u":"isCached(java.lang.Object...)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"isCancelled()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"isCancelled()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"isCancelled()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"isChunkLoaded(Chunk)","u":"isChunkLoaded(org.bukkit.Chunk)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"isChunkLoaded(World, int, int)","u":"isChunkLoaded(org.bukkit.World,int,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"isClustered()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"isCompatible(CustomEnchant)","u":"isCompatible(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.misc","c":"Task","l":"isCurrentlyRunning()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"isEmpty()"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"isEmpty()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"isHazard(Material)","u":"isHazard(org.bukkit.Material)"},{"p":"redempt.redlib.multiblock","c":"Structure","l":"isIntact()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"isLoaded()"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"isMirrored()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"isMulti()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"isNull()"},{"p":"redempt.redlib.misc","c":"Task","l":"isQueued()"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"isRegistered()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"isSafe(Location)","u":"isSafe(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"isSphere()"},{"p":"redempt.redlib.multiblock","c":"MultiBlockStructure","l":"isStrictMode()"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"item"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"ItemBuilder(Material, int)","u":"%3Cinit%3E(org.bukkit.Material,int)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"ItemButton(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"itemMatches(ItemStack)","u":"itemMatches(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"ItemUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"iterator()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"JOIN"},{"p":"redempt.redlib.json","c":"JSONList","l":"JSONList()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONMap","l":"JSONMap()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONParser","l":"JSONParser()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.json","c":"JSONList","l":"key"},{"p":"redempt.redlib.json","c":"JSONMap","l":"key"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"keyNamesMatch(String[])","u":"keyNamesMatch(java.lang.String[])"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"KILL_ENTITY"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"KillEntityTrigger()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"length()"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"LIQUID"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"list(Class, ConversionType, T...)","u":"list(java.lang.Class,redempt.redlib.configmanager.ConversionType,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"list(Class, T...)","u":"list(java.lang.Class,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"load()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"load(Chunk)","u":"load(org.bukkit.Chunk)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"load(ConfigurationSection)","u":"load(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"load(ConfigurationSection)","u":"load(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"load(World, int, int)","u":"load(org.bukkit.World,int,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"LocationUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"LORE"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"LoreStats(List, String...)","u":"%3Cinit%3E(java.util.List,java.lang.String...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, Class)","u":"map(java.lang.Class,java.lang.Class)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, Class, ConversionType)","u":"map(java.lang.Class,java.lang.Class,redempt.redlib.configmanager.ConversionType)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class)","u":"map(java.lang.Class)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"map(Class, ConversionType)","u":"map(java.lang.Class,redempt.redlib.configmanager.ConversionType)"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"MAPPED_OBJECT"},{"p":"redempt.redlib.region","c":"Region","l":"measure(BlockFace)","u":"measure(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.region","c":"Region","l":"measureBlocks(BlockFace)","u":"measureBlocks(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib","c":"RedLib","l":"MID_VERSION"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"MINE_BLOCK"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"minimumChestSize(int)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"MISCELLANEOUS"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"MOB_SPAWN"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"MOVE"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"MOVE"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"move(Block)","u":"move(org.bukkit.block.Block)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"Region","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"move(double, double, double)","u":"move(double,double,double)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"move(Location)","u":"move(org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"Region","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"move(Vector)","u":"move(org.bukkit.util.Vector)"},{"p":"redempt.redlib","c":"RedLib","l":"msg(String)","u":"msg(java.lang.String)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"MultiRegion(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"MultiRegion(Region...)","u":"%3Cinit%3E(redempt.redlib.region.Region...)"},{"p":"redempt.redlib.itemutils","c":"ItemTrait","l":"NAME"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"NATURAL"},{"p":"redempt.redlib.sql","c":"SQLHelper.Results","l":"next()"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"nextPage()"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"NMSArray(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"redempt.redlib.nms","c":"NMSClass","l":"NMSClass(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"redempt.redlib.nms","c":"NMSHelper","l":"NMSHelper()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"NMSObject(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"noise(double, double)","u":"noise(double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"noise(double, double)","u":"noise(double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"noise(double, double, double)","u":"noise(double,double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"noise(double, double, double)","u":"noise(double,double,double)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"NoiseGenerator()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"NoiseGenerator(long)","u":"%3Cinit%3E(long)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"NoiseOctave(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"NoiseOctave(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockExplode(BlockExplodeEvent)","u":"onBlockExplode(org.bukkit.event.block.BlockExplodeEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockPull(BlockPistonRetractEvent)","u":"onBlockPull(org.bukkit.event.block.BlockPistonRetractEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBlockPush(BlockPistonExtendEvent)","u":"onBlockPush(org.bukkit.event.block.BlockPistonExtendEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onBreak(DataBlockDestroyEvent)","u":"onBreak(redempt.redlib.blockdata.events.DataBlockDestroyEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBreakBlock(BlockBreakEvent)","u":"onBreakBlock(org.bukkit.event.block.BlockBreakEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBucketEmpty(PlayerBucketEmptyEvent)","u":"onBucketEmpty(org.bukkit.event.player.PlayerBucketEmptyEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onBurnBlock(BlockBurnEvent)","u":"onBurnBlock(org.bukkit.event.block.BlockBurnEvent)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"onChat(AsyncPlayerChatEvent)","u":"onChat(org.bukkit.event.player.AsyncPlayerChatEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onChunkUnload(ChunkUnloadEvent)","u":"onChunkUnload(org.bukkit.event.world.ChunkUnloadEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onClick(PlayerInteractEvent)","u":"onClick(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"onClick(PlayerInteractEvent)","u":"onClick(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onClose(InventoryCloseEvent)","u":"onClose(org.bukkit.event.inventory.InventoryCloseEvent)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"onCreatureSpawn(CreatureSpawnEvent)","u":"onCreatureSpawn(org.bukkit.event.entity.CreatureSpawnEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onDisable(PluginDisableEvent)","u":"onDisable(org.bukkit.event.server.PluginDisableEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"onDrag(InventoryDragEvent)","u":"onDrag(org.bukkit.event.inventory.InventoryDragEvent)"},{"p":"redempt.redlib","c":"RedLib","l":"onEnable()"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onEntityExplode(EntityExplodeEvent)","u":"onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"onFlowBreakBlock(BlockFromToEvent)","u":"onFlowBreakBlock(org.bukkit.event.block.BlockFromToEvent)"},{"p":"redempt.redlib.dev","c":"StructureTool","l":"onInteract(PlayerInteractEvent)","u":"onInteract(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"onLeave(PlayerQuitEvent)","u":"onLeave(org.bukkit.event.player.PlayerQuitEvent)"},{"p":"redempt.redlib","c":"RedLib","l":"onLoad()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onPickBlock(InventoryCreativeEvent)","u":"onPickBlock(org.bukkit.event.inventory.InventoryCreativeEvent)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"onPlace(BlockPlaceEvent)","u":"onPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"onPluginDisable(PluginDisableEvent)","u":"onPluginDisable(org.bukkit.event.server.PluginDisableEvent)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"open(Player)","u":"open(org.bukkit.entity.Player)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openMySQL(String, int, String, String, String)","u":"openMySQL(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openMySQL(String, String, String)","u":"openMySQL(java.lang.String,java.lang.String,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlots(int, int)","u":"openSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"openSlots(int, int, int, int)","u":"openSlots(int,int,int,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"openSQLite(Path)","u":"openSQLite(java.nio.file.Path)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"Overlappable()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.region","c":"Overlappable","l":"overlaps(Overlappable)","u":"overlaps(redempt.redlib.region.Overlappable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"PaginationPanel(InventoryGUI)","u":"%3Cinit%3E(redempt.redlib.inventorygui.InventoryGUI)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"parent"},{"p":"redempt.redlib.json","c":"JSONParser","l":"parseList(String)","u":"parseList(java.lang.String)"},{"p":"redempt.redlib.json","c":"JSONParser","l":"parseMap(String)","u":"parseMap(java.lang.String)"},{"p":"redempt.redlib.dev.profiler","c":"PassiveProfiler","l":"PassiveProfiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"Path","l":"Path()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"pathfind(Block, Block, int)","u":"pathfind(org.bukkit.block.Block,org.bukkit.block.Block,int)"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"pathfind(Block, Block, int, Predicate)","u":"pathfind(org.bukkit.block.Block,org.bukkit.block.Block,int,java.util.function.Predicate)"},{"p":"redempt.redlib.misc","c":"EntityPersistor","l":"persist(T)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PISTONS"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PISTONS_IN"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PLACE_BLOCK"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"PLACE_BUCKET"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"place(Player, ItemStack, T)","u":"place(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,T)"},{"p":"redempt.redlib.configmanager","c":"ConversionType","l":"PLAIN"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent.DestroyCause","l":"PLAYER"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PLAYER_CANCELLED"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PLAYER_LEFT"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedArmorEvent","l":"PlayerChangedArmorEvent(Player, ItemStack[], ItemStack[])","u":"%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack[],org.bukkit.inventory.ItemStack[])"},{"p":"redempt.redlib.enchants.events","c":"PlayerChangedHeldItemEvent","l":"PlayerChangedHeldItemEvent(Player, ItemStack, ItemStack)","u":"%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.misc","c":"PlayerWrapper","l":"PlayerWrapper()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"PORTAL_PAIRING"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"prefill(int, int, int, int)","u":"prefill(int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"prefill(int, int, int, int)","u":"prefill(int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseGenerator","l":"prefill(int, int, int, int, int, int)","u":"prefill(int,int,int,int,int,int)"},{"p":"redempt.redlib.worldgen","c":"NoiseOctave","l":"prefill(int, int, int, int, int, int)","u":"prefill(int,int,int,int,int,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"prepareStatement(String, Object...)","u":"prepareStatement(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"prepend(String)","u":"prepend(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"prevPage()"},{"p":"redempt.redlib.misc","c":"LocationUtils","l":"PRIMARY_BLOCK_FACES"},{"p":"redempt.redlib.configmanager.annotations","c":"ConfigValue","l":"priority()"},{"p":"redempt.redlib.dev.profiler","c":"Profiler","l":"Profiler()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"ProfilerCommands()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.misc","c":"ChatPrompt.CancelReason","l":"PROMPT_OVERRIDDEN"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, boolean, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,boolean,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, boolean, Consumer, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,boolean,java.util.function.Consumer,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,java.util.function.Consumer)"},{"p":"redempt.redlib.misc","c":"ChatPrompt","l":"prompt(Player, String, Consumer, Consumer)","u":"prompt(org.bukkit.entity.Player,java.lang.String,java.util.function.Consumer,java.util.function.Consumer)"},{"p":"redempt.redlib.region","c":"Region","l":"protect(Plugin, ProtectionPolicy.ProtectionType...)","u":"protect(org.bukkit.plugin.Plugin,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.region","c":"Region","l":"protect(ProtectionPolicy.ProtectionType...)","u":"protect(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"ProtectedRegion(Plugin, Region, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,redempt.redlib.region.Region,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectedRegion","l":"ProtectedRegion(Region, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(redempt.redlib.region.Region,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(CuboidRegion, Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(redempt.redlib.region.CuboidRegion,java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(Plugin, CuboidRegion, Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(org.bukkit.plugin.Plugin,redempt.redlib.region.CuboidRegion,java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"ProtectionPolicy(Predicate, ProtectionPolicy.ProtectionType...)","u":"%3Cinit%3E(java.util.function.Predicate,redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResultList(String, Object...)","u":"queryResultList(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResults(String, Object...)","u":"queryResults(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"queryResultStringList(String, Object...)","u":"queryResultStringList(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResult(String, Object...)","u":"querySingleResult(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResultLong(String, Object...)","u":"querySingleResultLong(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"querySingleResultString(String, Object...)","u":"querySingleResultString(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent.ExitCause","l":"QUIT"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"recalculate()"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"recalculate(boolean)"},{"p":"redempt.redlib","c":"RedLib","l":"RedLib()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy.ProtectionType","l":"REDSTONE"},{"p":"redempt.redlib.region","c":"Region","l":"Region()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"RegionEnterEvent(Player, Region, RegionEnterEvent.EnterCause, Cancellable)","u":"%3Cinit%3E(org.bukkit.entity.Player,redempt.redlib.region.Region,redempt.redlib.region.events.RegionEnterEvent.EnterCause,org.bukkit.event.Cancellable)"},{"p":"redempt.redlib.region","c":"RegionEnterExitListener","l":"RegionEnterExitListener()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"RegionExitEvent(Player, Region, RegionExitEvent.ExitCause, Cancellable)","u":"%3Cinit%3E(org.bukkit.entity.Player,redempt.redlib.region.Region,redempt.redlib.region.events.RegionExitEvent.ExitCause,org.bukkit.event.Cancellable)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"regionMap"},{"p":"redempt.redlib.region","c":"RegionMap","l":"RegionMap()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"RegionMap(int)","u":"%3Cinit%3E(int)"},{"p":"redempt.redlib.region","c":"RegionUtils","l":"RegionUtils()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.enchants.trigger","c":"EnchantTrigger","l":"register()"},{"p":"redempt.redlib.enchants.trigger","c":"KillEntityTrigger","l":"register()"},{"p":"redempt.redlib.blockdata","c":"CustomBlockType","l":"register(BlockDataManager)","u":"register(redempt.redlib.blockdata.BlockDataManager)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"register(CustomBlockType>)","u":"register(redempt.redlib.blockdata.CustomBlockType)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"register(CustomEnchant)","u":"register(redempt.redlib.enchants.CustomEnchant)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"register(DataBlock)","u":"register(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"register(EnchantRegistry)","u":"register(redempt.redlib.enchants.EnchantRegistry)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"register(Object...)","u":"register(java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"CustomBlockRegistry","l":"registerAll(Plugin)","u":"registerAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.enchants","c":"EnchantRegistry","l":"registerAll(Plugin)","u":"registerAll(org.bukkit.plugin.Plugin)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtection(Class, ProtectionPolicy.ProtectionType, Function, Function...)","u":"registerProtection(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.Function...)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtectionDirectional(Class, ProtectionPolicy.ProtectionType, Function, Function, Function>)","u":"registerProtectionDirectional(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.Function,java.util.function.Function)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtectionMultiBlock(Class, ProtectionPolicy.ProtectionType, Function, BiConsumer, Function>)","u":"registerProtectionMultiBlock(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.BiConsumer,java.util.function.Function)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"registerProtectionNonCancellable(Class, ProtectionPolicy.ProtectionType, Function, Consumer, Function...)","u":"registerProtectionNonCancellable(java.lang.Class,redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.util.function.Function,java.util.function.Consumer,java.util.function.Function...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"remove()"},{"p":"redempt.redlib.region","c":"RegionMap","l":"remove(CuboidRegion, T)","u":"remove(redempt.redlib.region.CuboidRegion,T)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"remove(DataBlock)","u":"remove(redempt.redlib.blockdata.DataBlock)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"remove(int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, ItemStack, int)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, ItemStack, int, BiPredicate)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,int,java.util.function.BiPredicate)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"remove(Inventory, Material, int)","u":"remove(org.bukkit.inventory.Inventory,org.bukkit.Material,int)"},{"p":"redempt.redlib.enchants","c":"CustomEnchant","l":"remove(ItemStack)","u":"remove(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"remove(Location, T)","u":"remove(org.bukkit.Location,T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"remove(Object...)","u":"remove(java.lang.Object...)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"remove(T)"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"removeAll(Collection>)","u":"removeAll(java.util.Collection)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"removeButton(ItemButton)","u":"removeButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"removeFromMatchingCaches(String, Object...)","u":"removeFromMatchingCaches(java.lang.String,java.lang.Object...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedButton(ItemButton)","u":"removePagedButton(redempt.redlib.inventorygui.ItemButton)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedButtons(Iterable)","u":"removePagedButtons(java.lang.Iterable)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedItem(ItemStack)","u":"removePagedItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removePagedItems(Iterable)","u":"removePagedItems(java.lang.Iterable)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"removeProtectionTypes(ProtectionPolicy.ProtectionType...)","u":"removeProtectionTypes(redempt.redlib.protection.ProtectionPolicy.ProtectionType...)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlot(int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlots(int, int)","u":"removeSlots(int,int)"},{"p":"redempt.redlib.inventorygui","c":"PaginationPanel","l":"removeSlots(int, int, int, int)","u":"removeSlots(int,int,int,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"removeTransientProperty(String)","u":"removeTransientProperty(java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"rename(ItemStack, String)","u":"rename(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent.EnterCause","l":"RESPAWN"},{"p":"redempt.redlib.region","c":"CuboidRegion.RegionState","l":"restore()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"retainAll(Collection>)","u":"retainAll(java.util.Collection)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"returnsItems()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"roll()"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"roll(Map)","u":"roll(java.util.Map)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"root(Player)","u":"root(org.bukkit.entity.Player)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotate(BlockData)","u":"rotate(org.bukkit.block.data.BlockData)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"rotate(int)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"Region","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.region","c":"SpheroidRegion","l":"rotate(Location, int)","u":"rotate(org.bukkit.Location,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace)","u":"rotateBlockFace(org.bukkit.block.BlockFace)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace, int)","u":"rotateBlockFace(org.bukkit.block.BlockFace,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateBlockFace(BlockFace, int, boolean)","u":"rotateBlockFace(org.bukkit.block.BlockFace,int,boolean)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"rotateVector(Vector)","u":"rotateVector(org.bukkit.util.Vector)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"Rotator(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary.SampleMethod","l":"SampleMethod(SampleSummary, String)","u":"%3Cinit%3E(redempt.redlib.dev.profiler.SampleSummary,java.lang.String)"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"SampleSummary()","u":"%3Cinit%3E()"},{"p":"redempt.redlib.dev.profiler","c":"SampleSummary","l":"SampleSummary(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"save()"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"save()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"save()"},{"p":"redempt.redlib.configmanager","c":"ConfigCollection","l":"save(ConfigurationSection)","u":"save(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.configmanager","c":"ConfigStorage","l":"save(ConfigurationSection)","u":"save(org.bukkit.configuration.ConfigurationSection)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"saveAndClose()"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"saveDefaults()"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"search(Player, int, double, int, String)","u":"search(org.bukkit.entity.Player,int,double,int,java.lang.String)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"select(Object...)","u":"select(java.lang.Object...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"select(Player, String)","u":"select(org.bukkit.entity.Player,java.lang.String)"},{"p":"redempt.redlib.region","c":"SelectionTool","l":"SelectionTool(ItemStack)","u":"%3Cinit%3E(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"selectLong(Object...)","u":"selectLong(java.lang.Object...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"selectReport(Player, int)","u":"selectReport(org.bukkit.entity.Player,int)"},{"p":"redempt.redlib.sql","c":"SQLCache","l":"selectString(Object...)","u":"selectString(java.lang.Object...)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"sendBlock(Player, Location)","u":"sendBlock(org.bukkit.entity.Player,org.bukkit.Location)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"set(Class, ConversionType, T...)","u":"set(java.lang.Class,redempt.redlib.configmanager.ConversionType,T...)"},{"p":"redempt.redlib.configmanager","c":"ConfigManager","l":"set(Class, T...)","u":"set(java.lang.Class,T...)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"set(CuboidRegion, T)","u":"set(redempt.redlib.region.CuboidRegion,T)"},{"p":"redempt.redlib.nms","c":"NMSArray","l":"set(int, Object)","u":"set(int,java.lang.Object)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"set(ItemStack, String, Object)","u":"set(org.bukkit.inventory.ItemStack,java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.region","c":"RegionMap","l":"set(Location, T)","u":"set(org.bukkit.Location,T)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"set(String, Object)","u":"set(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"set(T, double)","u":"set(T,double)"},{"p":"redempt.redlib.misc","c":"WeightedRandom","l":"set(T, int)","u":"set(T,int)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"setAutoCommit(boolean)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"setAutoSave(boolean)"},{"p":"redempt.redlib.blockdata","c":"BlockDataManager","l":"setAutoUnload(boolean)"},{"p":"redempt.redlib.multiblock","c":"StructureData","l":"setBlock(Block)","u":"setBlock(org.bukkit.block.Block)"},{"p":"redempt.redlib.blockdata.events","c":"CustomBlockPlaceEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockDestroyEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.blockdata.events","c":"DataBlockMoveEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.region.events","c":"RegionEnterEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.region.events","c":"RegionExitEvent","l":"setCancelled(boolean)"},{"p":"redempt.redlib.sql","c":"SQLHelper","l":"setCommitInterval(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setCount(int)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setCustomModelData(int)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setCustomModelData(ItemStack, int)","u":"setCustomModelData(org.bukkit.inventory.ItemStack,int)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setData(JSONMap)","u":"setData(redempt.redlib.json.JSONMap)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"setDenyMessage(Predicate, String)","u":"setDenyMessage(java.util.function.Predicate,java.lang.String)"},{"p":"redempt.redlib.protection","c":"ProtectionPolicy","l":"setDenyMessage(ProtectionPolicy.ProtectionType, String)","u":"setDenyMessage(redempt.redlib.protection.ProtectionPolicy.ProtectionType,java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setDestroyOnClose(boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setDurability(int)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"setField(int, String, Object)","u":"setField(int,java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.nms","c":"NMSObject","l":"setField(String, Object)","u":"setField(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.itemutils","c":"LoreStats","l":"setFixedLore(boolean)"},{"p":"redempt.redlib.blockdata","c":"DataBlock","l":"setIfAbsent(String, Object)","u":"setIfAbsent(java.lang.String,java.lang.Object)"},{"p":"redempt.redlib.inventorygui","c":"ItemButton","l":"setItem(ItemStack)","u":"setItem(org.bukkit.inventory.ItemStack)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"setLimit(Player, int)","u":"setLimit(org.bukkit.entity.Player,int)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"setLine(int, String)","u":"setLine(int,java.lang.String)"},{"p":"redempt.redlib.misc","c":"Hologram","l":"setLineSpacing(double)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"setLocation(double, double)","u":"setLocation(double,double)"},{"p":"redempt.redlib.region","c":"CuboidRegion","l":"setLocations(Location, Location)","u":"setLocations(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.region","c":"MultiRegion","l":"setLocations(Location, Location)","u":"setLocations(org.bukkit.Location,org.bukkit.Location)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, List)","u":"setLore(org.bukkit.inventory.ItemStack,java.util.List)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, String)","u":"setLore(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setLore(ItemStack, String...)","u":"setLore(org.bukkit.inventory.ItemStack,java.lang.String...)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setLore(String...)","u":"setLore(java.lang.String...)"},{"p":"redempt.redlib.dev.profiler","c":"ProfilerCommands","l":"setMinimum(CommandSender, int)","u":"setMinimum(org.bukkit.command.CommandSender,int)"},{"p":"redempt.redlib.multiblock","c":"Rotator","l":"setMirrored(boolean)"},{"p":"redempt.redlib.itemutils","c":"ItemUtils","l":"setName(ItemStack, String)","u":"setName(org.bukkit.inventory.ItemStack,java.lang.String)"},{"p":"redempt.redlib.itemutils","c":"ItemBuilder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"redempt.redlib.inventorygui","c":"InventoryGUI","l":"setOnClickOpenSlot(BiConsumer