Deploying to gh-pages from @ psforever/PSF-LoginServer@ced228509c 🚀

This commit is contained in:
Fate-JH 2022-06-14 06:25:15 +00:00
parent 64777626b0
commit 049c9bfe48
738 changed files with 1148 additions and 856 deletions

View file

@ -21,7 +21,7 @@ The <code>HashMap</code> of items is used for quick object lookup.
Use of the <code>HashMap</code> only is hitherto referred as "using the inventory as a <code>List</code>."
The <code>Array</code> of spatial GUIDs is used for quick collision lookup.
Use of the <code>Array</code> only is hitherto referred as "using the inventory as a grid."
</p></div></div></li><li class="indented0 " name="net.psforever.objects.inventory.InventoryDisarrayException" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="InventoryDisarrayExceptionextendsExceptionwithProductwithSerializable"></a><a id="InventoryDisarrayException:InventoryDisarrayException"></a> <span class="permalink"><a href="../../../../net/psforever/objects/inventory/InventoryDisarrayException.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier">final </span> <span class="kind">case class</span></span> <span class="symbol"><a href="InventoryDisarrayException.html" title="Some data in the grid portion of a GridInventory does not match against data that is expected to be found in the &quot;list&quot; portion of GridInventory."><span class="name">InventoryDisarrayException</span></a><span class="params">(<span name="message">message: <span name="scala.Predef.String" class="extype">String</span> = <span class="symbol">""</span></span>, <span name="cause">cause: <span name="scala.Throwable" class="extype">Throwable</span></span>)</span><span class="result"> extends <span name="scala.Exception" class="extype">Exception</span> with <span name="scala.Product" class="extype">Product</span> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Some data in the grid portion of a <code>GridInventory</code>
</p></div></div></li><li class="indented0 " name="net.psforever.objects.inventory.InventoryDisarrayException" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="InventoryDisarrayExceptionextendsExceptionwithProductwithSerializable"></a><a id="InventoryDisarrayException:InventoryDisarrayException"></a> <span class="permalink"><a href="../../../../net/psforever/objects/inventory/InventoryDisarrayException.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier">final </span> <span class="kind">case class</span></span> <span class="symbol"><a href="InventoryDisarrayException.html" title="Some data in the grid portion of a GridInventory does not match against data that is expected to be found in the &quot;list&quot; portion of GridInventory."><span class="name">InventoryDisarrayException</span></a><span class="params">(<span name="message">message: <span name="scala.Predef.String" class="extype">String</span></span>, <span name="cause">cause: <span name="scala.Throwable" class="extype">Throwable</span></span>, <span name="inventory">inventory: <a href="GridInventory.html" name="net.psforever.objects.inventory.GridInventory" id="net.psforever.objects.inventory.GridInventory" class="extype">GridInventory</a></span>)</span><span class="result"> extends <span name="scala.Exception" class="extype">Exception</span> with <span name="scala.Product" class="extype">Product</span> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Some data in the grid portion of a <code>GridInventory</code>
does not match against data that is expected to be found in the "list" portion of <code>GridInventory</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Some data in the grid portion of a <code>GridInventory</code>
does not match against data that is expected to be found in the "list" portion of <code>GridInventory</code>.
While merely eliminating the old data is possible,