123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_171) on Thu Oct 31 09:02:37 EDT 2019 -->
- <title>B-Index</title>
- <meta name="date" content="2019-10-31">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="B-Index";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-1.html">Prev Letter</a></li>
- <li><a href="index-3.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
- <li><a href="index-2.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a name="I:B">
- <!-- -->
- </a>
- <h2 class="title">B</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/EnumDirection.html#b--">b()</a></span> - Method in enum cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/EnumDirection.html" title="enum in cc.funkemunky.api.tinyprotocol.packet.types">EnumDirection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/EnumDirection.EnumAxis.html#b--">b()</a></span> - Method in enum cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/EnumDirection.EnumAxis.html" title="enum in cc.funkemunky.api.tinyprotocol.packet.types">EnumDirection.EnumAxis</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html#b-double-double-double-">b(double, double, double)</a></span> - Static method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">MathHelper</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html#b-int-">b(int)</a></span> - Static method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">MathHelper</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html#b-double-double-">b(double, double)</a></span> - Static method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/MathHelper.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">MathHelper</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html#b">b</a></span> - Variable in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">Vec3D</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html#b-cc.funkemunky.api.tinyprotocol.packet.types.Vec3D-">b(Vec3D)</a></span> - Method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">Vec3D</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html#b--">b()</a></span> - Method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">Vec3D</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html#b-cc.funkemunky.api.tinyprotocol.packet.types.Vec3D-double-">b(Vec3D, double)</a></span> - Method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">Vec3D</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html#b-float-">b(float)</a></span> - Method in class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/Vec3D.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">Vec3D</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/WrappedEnumDifficulty.html#b--">b()</a></span> - Method in enum cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/WrappedEnumDifficulty.html" title="enum in cc.funkemunky.api.tinyprotocol.packet.types">WrappedEnumDifficulty</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/WrappedEnumGameMode.html#b--">b()</a></span> - Method in enum cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/WrappedEnumGameMode.html" title="enum in cc.funkemunky.api.tinyprotocol.packet.types">WrappedEnumGameMode</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/metrics/Metrics.html#B_STATS_VERSION">B_STATS_VERSION</a></span> - Static variable in class cc.funkemunky.api.metrics.<a href="../cc/funkemunky/api/metrics/Metrics.html" title="class in cc.funkemunky.api.metrics">Metrics</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/json/JSONTokener.html#back--">back()</a></span> - Method in class cc.funkemunky.api.utils.json.<a href="../cc/funkemunky/api/utils/json/JSONTokener.html" title="class in cc.funkemunky.api.utils.json">JSONTokener</a></dt>
- <dd>
- <div class="block">Back up one character.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/json/XML.html#BANG">BANG</a></span> - Static variable in class cc.funkemunky.api.utils.json.<a href="../cc/funkemunky/api/utils/json/XML.html" title="class in cc.funkemunky.api.utils.json">XML</a></dt>
- <dd>
- <div class="block">The Character '!'.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Type.html#BASEBLOCKPOSITION">BASEBLOCKPOSITION</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Type.html" title="class in cc.funkemunky.api.tinyprotocol.api">NMSObject.Type</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Type.html#BASEBLOCKPOSITION">BASEBLOCKPOSITION</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Type.html" title="class in cc.funkemunky.api.tinyprotocol.api">Packet.Type</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types"><span class="typeNameLink">BaseBlockPosition</span></a> - Class in <a href="../cc/funkemunky/api/tinyprotocol/packet/types/package-summary.html">cc.funkemunky.api.tinyprotocol.packet.types</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html#BaseBlockPosition-java.lang.Object-">BaseBlockPosition(Object)</a></span> - Constructor for class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">BaseBlockPosition</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html#BaseBlockPosition-int-int-int-">BaseBlockPosition(int, int, int)</a></span> - Constructor for class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">BaseBlockPosition</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html#BaseBlockPosition-double-double-double-">BaseBlockPosition(double, double, double)</a></span> - Constructor for class cc.funkemunky.api.tinyprotocol.packet.types.<a href="../cc/funkemunky/api/tinyprotocol/packet/types/BaseBlockPosition.html" title="class in cc.funkemunky.api.tinyprotocol.packet.types">BaseBlockPosition</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/profiling/BaseProfiler.html" title="class in cc.funkemunky.api.profiling"><span class="typeNameLink">BaseProfiler</span></a> - Class in <a href="../cc/funkemunky/api/profiling/package-summary.html">cc.funkemunky.api.profiling</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/profiling/BaseProfiler.html#BaseProfiler--">BaseProfiler()</a></span> - Constructor for class cc.funkemunky.api.profiling.<a href="../cc/funkemunky/api/profiling/BaseProfiler.html" title="class in cc.funkemunky.api.profiling">BaseProfiler</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/MinecraftReflection.html#bBB">bBB</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/MinecraftReflection.html" title="class in cc.funkemunky.api.reflection">MinecraftReflection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/Color.html#Black">Black</a></span> - Static variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/Color.html" title="class in cc.funkemunky.api.utils">Color</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/bungee/utils/Color.html#Black">Black</a></span> - Static variable in class cc.funkemunky.bungee.utils.<a href="../cc/funkemunky/bungee/utils/Color.html" title="class in cc.funkemunky.bungee.utils">Color</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/MinecraftReflection.html#block">block</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/MinecraftReflection.html" title="class in cc.funkemunky.api.reflection">MinecraftReflection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Server.html#BLOCK_CHANGE">BLOCK_CHANGE</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Server.html" title="class in cc.funkemunky.api.tinyprotocol.api">Packet.Server</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Client.html#BLOCK_DIG">BLOCK_DIG</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Client.html" title="class in cc.funkemunky.api.tinyprotocol.api">NMSObject.Client</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Client.html#BLOCK_DIG">BLOCK_DIG</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Client.html" title="class in cc.funkemunky.api.tinyprotocol.api">Packet.Client</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Client.html#BLOCK_PLACE">BLOCK_PLACE</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Client.html" title="class in cc.funkemunky.api.tinyprotocol.api">NMSObject.Client</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Client.html#BLOCK_PLACE">BLOCK_PLACE</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/Packet.Client.html" title="class in cc.funkemunky.api.tinyprotocol.api">Packet.Client</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/BlockBounds.html" title="class in cc.funkemunky.api.utils"><span class="typeNameLink">BlockBounds</span></a> - Class in <a href="../cc/funkemunky/api/utils/package-summary.html">cc.funkemunky.api.utils</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BlockBounds.html#BlockBounds-int-cc.funkemunky.api.utils.BoundingBox...-">BlockBounds(int, BoundingBox...)</a></span> - Constructor for class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BlockBounds.html" title="class in cc.funkemunky.api.utils">BlockBounds</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BlockUtils.html#blockBounds">blockBounds</a></span> - Static variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BlockUtils.html" title="class in cc.funkemunky.api.utils">BlockUtils</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/BlockBox.html" title="interface in cc.funkemunky.api.utils.blockbox"><span class="typeNameLink">BlockBox</span></a> - Interface in <a href="../cc/funkemunky/api/utils/blockbox/package-summary.html">cc.funkemunky.api.utils.blockbox</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/impl/BlockBox.html" title="class in cc.funkemunky.api.utils.blockbox.impl"><span class="typeNameLink">BlockBox</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/impl/package-summary.html">cc.funkemunky.api.utils.blockbox.impl</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_10_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_10_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_10_R1.html#BlockBox1_10_R1--">BlockBox1_10_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_10_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_10_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_11_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_11_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_11_R1.html#BlockBox1_11_R1--">BlockBox1_11_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_11_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_11_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_12_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_12_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_12_R1.html#BlockBox1_12_R1--">BlockBox1_12_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_12_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_12_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_13_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R1.html#BlockBox1_13_R1--">BlockBox1_13_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_13_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_13_R2</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R2.html#BlockBox1_13_R2--">BlockBox1_13_R2()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_13_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_13_R2</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_14_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_14_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_14_R1.html#BlockBox1_14_R1--">BlockBox1_14_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_14_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_14_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_7_R4.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_7_R4</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_7_R4.html#BlockBox1_7_R4--">BlockBox1_7_R4()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_7_R4.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_7_R4</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_8_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R1.html#BlockBox1_8_R1--">BlockBox1_8_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_8_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_8_R2</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R2.html#BlockBox1_8_R2--">BlockBox1_8_R2()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_8_R2</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R3.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_8_R3</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R3.html#BlockBox1_8_R3--">BlockBox1_8_R3()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_8_R3.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_8_R3</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_9_R1</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R1.html#BlockBox1_9_R1--">BlockBox1_9_R1()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R1.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_9_R1</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes"><span class="typeNameLink">BlockBox1_9_R2</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/boxes/package-summary.html">cc.funkemunky.api.utils.blockbox.boxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R2.html#BlockBox1_9_R2--">BlockBox1_9_R2()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.boxes.<a href="../cc/funkemunky/api/utils/blockbox/boxes/BlockBox1_9_R2.html" title="class in cc.funkemunky.api.utils.blockbox.boxes">BlockBox1_9_R2</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/BlockBoxManager.html" title="class in cc.funkemunky.api.utils.blockbox"><span class="typeNameLink">BlockBoxManager</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/package-summary.html">cc.funkemunky.api.utils.blockbox</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/BlockBoxManager.html#BlockBoxManager--">BlockBoxManager()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.<a href="../cc/funkemunky/api/utils/blockbox/BlockBoxManager.html" title="class in cc.funkemunky.api.utils.blockbox">BlockBoxManager</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/CraftReflection.html#blockInstance">blockInstance</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/CraftReflection.html" title="class in cc.funkemunky.api.reflection">CraftReflection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/MinecraftReflection.html#blockPos">blockPos</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/MinecraftReflection.html" title="class in cc.funkemunky.api.reflection">MinecraftReflection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/MinecraftReflection.html#blockPosConstructor">blockPosConstructor</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/MinecraftReflection.html" title="class in cc.funkemunky.api.reflection">MinecraftReflection</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Type.html#BLOCKPOSITION">BLOCKPOSITION</a></span> - Static variable in class cc.funkemunky.api.tinyprotocol.api.<a href="../cc/funkemunky/api/tinyprotocol/api/NMSObject.Type.html" title="class in cc.funkemunky.api.tinyprotocol.api">NMSObject.Type</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/ReflectionsUtil.html#blockPosition">blockPosition</a></span> - Static variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/ReflectionsUtil.html" title="class in cc.funkemunky.api.utils">ReflectionsUtil</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/BlockUtils.html" title="class in cc.funkemunky.api.utils"><span class="typeNameLink">BlockUtils</span></a> - Class in <a href="../cc/funkemunky/api/utils/package-summary.html">cc.funkemunky.api.utils</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BlockUtils.html#BlockUtils--">BlockUtils()</a></span> - Constructor for class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BlockUtils.html" title="class in cc.funkemunky.api.utils">BlockUtils</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/Color.html#Blue">Blue</a></span> - Static variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/Color.html" title="class in cc.funkemunky.api.utils">Color</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/bungee/utils/Color.html#Blue">Blue</a></span> - Static variable in class cc.funkemunky.bungee.utils.<a href="../cc/funkemunky/bungee/utils/Color.html" title="class in cc.funkemunky.bungee.utils">Color</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/Color.html#Bold">Bold</a></span> - Static variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/Color.html" title="class in cc.funkemunky.api.utils">Color</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/bungee/utils/Color.html#Bold">Bold</a></span> - Static variable in class cc.funkemunky.bungee.utils.<a href="../cc/funkemunky/bungee/utils/Color.html" title="class in cc.funkemunky.bungee.utils">Color</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/BoundingBox.html" title="class in cc.funkemunky.api.utils"><span class="typeNameLink">BoundingBox</span></a> - Class in <a href="../cc/funkemunky/api/utils/package-summary.html">cc.funkemunky.api.utils</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BoundingBox.html#BoundingBox-float-float-float-float-float-float-">BoundingBox(float, float, float, float, float, float)</a></span> - Constructor for class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BoundingBox.html" title="class in cc.funkemunky.api.utils">BoundingBox</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BoundingBox.html#BoundingBox-org.bukkit.util.Vector-org.bukkit.util.Vector-">BoundingBox(Vector, Vector)</a></span> - Constructor for class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BoundingBox.html" title="class in cc.funkemunky.api.utils">BoundingBox</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/utils/blockbox/impl/BoundingBoxes.html" title="class in cc.funkemunky.api.utils.blockbox.impl"><span class="typeNameLink">BoundingBoxes</span></a> - Class in <a href="../cc/funkemunky/api/utils/blockbox/impl/package-summary.html">cc.funkemunky.api.utils.blockbox.impl</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/blockbox/impl/BoundingBoxes.html#BoundingBoxes--">BoundingBoxes()</a></span> - Constructor for class cc.funkemunky.api.utils.blockbox.impl.<a href="../cc/funkemunky/api/utils/blockbox/impl/BoundingBoxes.html" title="class in cc.funkemunky.api.utils.blockbox.impl">BoundingBoxes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/BlockBounds.html#bounds">bounds</a></span> - Variable in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/BlockBounds.html" title="class in cc.funkemunky.api.utils">BlockBounds</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/BungeeAPI.html#broadcastMessage-java.lang.String-">broadcastMessage(String)</a></span> - Method in class cc.funkemunky.api.bungee.<a href="../cc/funkemunky/api/bungee/BungeeAPI.html" title="class in cc.funkemunky.api.bungee">BungeeAPI</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/BungeeAPI.html#broadcastMessage-java.lang.String-java.lang.String-">broadcastMessage(String, String)</a></span> - Method in class cc.funkemunky.api.bungee.<a href="../cc/funkemunky/api/bungee/BungeeAPI.html" title="class in cc.funkemunky.api.bungee">BungeeAPI</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/utils/MathHelper.html#bucketInt-int-int-">bucketInt(int, int)</a></span> - Static method in class cc.funkemunky.api.utils.<a href="../cc/funkemunky/api/utils/MathHelper.html" title="class in cc.funkemunky.api.utils">MathHelper</a></dt>
- <dd>
- <div class="block">Buckets an integer with specifed bucket sizes.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/reflection/CraftReflection.html#bukkitEntity">bukkitEntity</a></span> - Static variable in class cc.funkemunky.api.reflection.<a href="../cc/funkemunky/api/reflection/CraftReflection.html" title="class in cc.funkemunky.api.reflection">CraftReflection</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/bungee/BungeeAPI.html" title="class in cc.funkemunky.api.bungee"><span class="typeNameLink">BungeeAPI</span></a> - Class in <a href="../cc/funkemunky/api/bungee/package-summary.html">cc.funkemunky.api.bungee</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/BungeeAPI.html#BungeeAPI--">BungeeAPI()</a></span> - Constructor for class cc.funkemunky.api.bungee.<a href="../cc/funkemunky/api/bungee/BungeeAPI.html" title="class in cc.funkemunky.api.bungee">BungeeAPI</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/bungee/BungeeManager.html" title="class in cc.funkemunky.api.bungee"><span class="typeNameLink">BungeeManager</span></a> - Class in <a href="../cc/funkemunky/api/bungee/package-summary.html">cc.funkemunky.api.bungee</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/BungeeManager.html#BungeeManager--">BungeeManager()</a></span> - Constructor for class cc.funkemunky.api.bungee.<a href="../cc/funkemunky/api/bungee/BungeeManager.html" title="class in cc.funkemunky.api.bungee">BungeeManager</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/bungee/objects/BungeePlayer.html" title="class in cc.funkemunky.api.bungee.objects"><span class="typeNameLink">BungeePlayer</span></a> - Class in <a href="../cc/funkemunky/api/bungee/objects/package-summary.html">cc.funkemunky.api.bungee.objects</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/objects/BungeePlayer.html#BungeePlayer--">BungeePlayer()</a></span> - Constructor for class cc.funkemunky.api.bungee.objects.<a href="../cc/funkemunky/api/bungee/objects/BungeePlayer.html" title="class in cc.funkemunky.api.bungee.objects">BungeePlayer</a></dt>
- <dd> </dd>
- <dt><a href="../cc/funkemunky/api/bungee/events/BungeeReceiveEvent.html" title="class in cc.funkemunky.api.bungee.events"><span class="typeNameLink">BungeeReceiveEvent</span></a> - Class in <a href="../cc/funkemunky/api/bungee/events/package-summary.html">cc.funkemunky.api.bungee.events</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../cc/funkemunky/api/bungee/events/BungeeReceiveEvent.html#BungeeReceiveEvent--">BungeeReceiveEvent()</a></span> - Constructor for class cc.funkemunky.api.bungee.events.<a href="../cc/funkemunky/api/bungee/events/BungeeReceiveEvent.html" title="class in cc.funkemunky.api.bungee.events">BungeeReceiveEvent</a></dt>
- <dd> </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-1.html">Prev Letter</a></li>
- <li><a href="index-3.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
- <li><a href="index-2.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|