Important change: revamped all the commands to adapt them to the ECS pattern

This commit is contained in:
Jose
2026-01-18 19:09:35 +01:00
parent 3624a2741c
commit 3ed1ae2769
93 changed files with 1852 additions and 1599 deletions

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>All Classes and Interfaces (HyStuff 1.0.1 API)</title>
<title>All Classes and Interfaces (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="class index">
@@ -50,34 +50,28 @@ loadScripts(document, 'script');</script>
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
</div>
<div id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab4" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab4', 2)" class="table-tab">Record Classes</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel" aria-labelledby="all-classes-table-tab0">
<div class="caption"><span>Classes</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/commands/BackCommand.html" title="class in net.miarma.hystuff.commands">BackCommand</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/commands/DisposalCommand.html" title="class in net.miarma.hystuff.commands">DisposalCommand</a></div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/commands/HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/commands/HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">This class serves as the entrypoint for your plugin.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/events/PlayerDeathListener.html" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="net/miarma/hystuff/commands/SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
</div>
</div>
</div>
</main>
</div>
</body>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>All Packages (HyStuff 1.0.1 API)</title>
<title>All Packages (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="package index">
@@ -57,7 +57,7 @@ loadScripts(document, 'script');</script>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a></div>
<div class="col-first even-row-color"><a href="net/miarma/hystuff/component/package-summary.html">net.miarma.hystuff.component</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="net/miarma/hystuff/events/package-summary.html">net.miarma.hystuff.events</a></div>
<div class="col-last odd-row-color">&nbsp;</div>

View File

@@ -1,4 +1,4 @@
net.miarma.hystuff
net.miarma.hystuff.commands
net.miarma.hystuff.common
net.miarma.hystuff.component
net.miarma.hystuff.events

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>API Help (HyStuff 1.0.1 API)</title>
<title>API Help (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="help">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Index (HyStuff 1.0.1 API)</title>
<title>Index (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="index">
@@ -49,12 +49,12 @@ loadScripts(document, 'script');</script>
<div class="header">
<h1>Index</h1>
</div>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a>
<h2 class="title" id="I:B">B</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/commands/BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">BackCommand</a> - Class in <a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/BackCommand.html#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager)" class="member-name-link">BackCommand(LastPositionManager)</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/BackCommand.html" title="class in net.miarma.hystuff.commands">BackCommand</a></dt>
<dt><a href="net/miarma/hystuff/commands/BackCommand.html#%3Cinit%3E()" class="member-name-link">BackCommand()</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/BackCommand.html" title="class in net.miarma.hystuff.commands">BackCommand</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:C">C</h2>
@@ -65,28 +65,21 @@ loadScripts(document, 'script');</script>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/SetHomeCommand.html#canGeneratePermission()" class="member-name-link">canGeneratePermission()</a> - Method in class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html#clear(java.util.UUID)" class="member-name-link">clear(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></dt>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#clone()" class="member-name-link">clone()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#clone()" class="member-name-link">clone()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#CODEC" class="member-name-link">CODEC</a> - Static variable in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#CODEC" class="member-name-link">CODEC</a> - Static variable in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/events/PlayerDeathListener.html#componentType()" class="member-name-link">componentType()</a> - Method in class net.miarma.hystuff.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:D">D</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/commands/DisposalCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">DisposalCommand</a> - Class in <a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/DisposalCommand.html#%3Cinit%3E()" class="member-name-link">DisposalCommand()</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/DisposalCommand.html" title="class in net.miarma.hystuff.commands">DisposalCommand</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:E">E</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</dd>
<dt><a href="net/miarma/hystuff/commands/BackCommand.html#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute(CommandContext, Store, Ref, PlayerRef, World)</a> - Method in class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/BackCommand.html" title="class in net.miarma.hystuff.commands">BackCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/DisposalCommand.html#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute(CommandContext, Store, Ref, PlayerRef, World)</a> - Method in class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/DisposalCommand.html" title="class in net.miarma.hystuff.commands">DisposalCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/HomeCommand.html#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute(CommandContext, Store, Ref, PlayerRef, World)</a> - Method in class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/SetHomeCommand.html#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute(CommandContext, Store, Ref, PlayerRef, World)</a> - Method in class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></dt>
@@ -94,34 +87,30 @@ loadScripts(document, 'script');</script>
</dl>
<h2 class="title" id="I:G">G</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html#get(java.util.UUID)" class="member-name-link">get(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html#getHome(java.util.UUID)" class="member-name-link">getHome(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html#getHomeCount()" class="member-name-link">getHomeCount()</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html#getInstance()" class="member-name-link">getInstance()</a> - Static method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html#getInstance(java.nio.file.Path,com.hypixel.hytale.logger.HytaleLogger)" class="member-name-link">getInstance(Path, HytaleLogger)</a> - Static method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/events/PlayerDeathListener.html#getQuery()" class="member-name-link">getQuery()</a> - Method in class net.miarma.hystuff.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#getTransform()" class="member-name-link">getTransform()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#getTransform()" class="member-name-link">getTransform()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#getWorldUuid()" class="member-name-link">getWorldUuid()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#getWorldUuid()" class="member-name-link">getWorldUuid()</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:H">H</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html#has(java.util.UUID)" class="member-name-link">has(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/Location.html#hashCode()" class="member-name-link">hashCode()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns a hash code value for this object.</div>
</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html#hasHome(java.util.UUID)" class="member-name-link">hasHome(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dt><a href="net/miarma/hystuff/HyStuff.html#HOME_COMPONENT_TYPE" class="member-name-link">HOME_COMPONENT_TYPE</a> - Static variable in class net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">HomeCommand</a> - Class in <a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/HomeCommand.html#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" class="member-name-link">HomeCommand(HomeManager)</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></dt>
<dt><a href="net/miarma/hystuff/commands/HomeCommand.html#%3Cinit%3E()" class="member-name-link">HomeCommand()</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">HomeManager</a> - Class in <a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a></dt>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">HomeComponent</a> - Class in <a href="net/miarma/hystuff/component/package-summary.html">net.miarma.hystuff.component</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#%3Cinit%3E()" class="member-name-link">HomeComponent()</a> - Constructor for class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" class="member-name-link">HomeComponent(Transform, UUID)</a> - Constructor for class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/HyStuff.html" class="type-name-link" title="class in net.miarma.hystuff">HyStuff</a> - Class in <a href="net/miarma/hystuff/package-summary.html">net.miarma.hystuff</a></dt>
<dd>
@@ -132,14 +121,14 @@ loadScripts(document, 'script');</script>
</dl>
<h2 class="title" id="I:L">L</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">LastPositionManager</a> - Class in <a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a></dt>
<dt><a href="net/miarma/hystuff/HyStuff.html#LAST_POSITION_COMPONENT_TYPE" class="member-name-link">LAST_POSITION_COMPONENT_TYPE</a> - Static variable in class net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/Location.html" class="type-name-link" title="class in net.miarma.hystuff.common">Location</a> - Record Class in <a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a></dt>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">LastPositionComponent</a> - Class in <a href="net/miarma/hystuff/component/package-summary.html">net.miarma.hystuff.component</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#%3Cinit%3E()" class="member-name-link">LastPositionComponent()</a> - Constructor for class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" class="member-name-link">LastPositionComponent(Transform, UUID)</a> - Constructor for class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/Location.html#%3Cinit%3E(java.lang.String,double,double,double,float,float)" class="member-name-link">Location(String, double, double, double, float, float)</a> - Constructor for record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Creates an instance of a <code>Location</code> record class.</div>
</dd>
</dl>
<h2 class="title" id="I:N">N</h2>
<dl class="index">
@@ -147,7 +136,7 @@ loadScripts(document, 'script');</script>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a> - package net.miarma.hystuff.commands</dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a> - package net.miarma.hystuff.common</dt>
<dt><a href="net/miarma/hystuff/component/package-summary.html">net.miarma.hystuff.component</a> - package net.miarma.hystuff.component</dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/events/package-summary.html">net.miarma.hystuff.events</a> - package net.miarma.hystuff.events</dt>
<dd>&nbsp;</dd>
@@ -163,83 +152,33 @@ loadScripts(document, 'script');</script>
</dl>
<h2 class="title" id="I:P">P</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#pitch()" class="member-name-link">pitch()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>pitch</code> record component.</div>
</dd>
<dt><a href="net/miarma/hystuff/events/PlayerDeathListener.html" class="type-name-link" title="class in net.miarma.hystuff.events">PlayerDeathListener</a> - Class in <a href="net/miarma/hystuff/events/package-summary.html">net.miarma.hystuff.events</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/events/PlayerDeathListener.html#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager,com.hypixel.hytale.logger.HytaleLogger)" class="member-name-link">PlayerDeathListener(LastPositionManager, HytaleLogger)</a> - Constructor for class net.miarma.hystuff.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:R">R</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/HomeManager.html#removeHome(java.util.UUID)" class="member-name-link">removeHome(UUID)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dt><a href="net/miarma/hystuff/events/PlayerDeathListener.html#%3Cinit%3E()" class="member-name-link">PlayerDeathListener()</a> - Constructor for class net.miarma.hystuff.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:S">S</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/HomeManager.html#save()" class="member-name-link">save()</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/LastPositionManager.html#set(java.util.UUID,net.miarma.hystuff.common.Location)" class="member-name-link">set(UUID, Location)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/HomeManager.html#setHome(java.util.UUID,com.hypixel.hytale.server.core.universe.world.World,com.hypixel.hytale.math.vector.Vector3d,com.hypixel.hytale.math.vector.Vector3f)" class="member-name-link">setHome(UUID, World, Vector3d, Vector3f)</a> - Method in class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">SetHomeCommand</a> - Class in <a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/commands/SetHomeCommand.html#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" class="member-name-link">SetHomeCommand(HomeManager)</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></dt>
<dt><a href="net/miarma/hystuff/commands/SetHomeCommand.html#%3Cinit%3E()" class="member-name-link">SetHomeCommand()</a> - Constructor for class net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#setTransform(com.hypixel.hytale.math.vector.Transform)" class="member-name-link">setTransform(Transform)</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#setTransform(com.hypixel.hytale.math.vector.Transform)" class="member-name-link">setTransform(Transform)</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/HyStuff.html#setup()" class="member-name-link">setup()</a> - Method in class net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/HomeComponent.html#setWorldUuid(java.util.UUID)" class="member-name-link">setWorldUuid(UUID)</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/component/LastPositionComponent.html#setWorldUuid(java.util.UUID)" class="member-name-link">setWorldUuid(UUID)</a> - Method in class net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/HyStuff.html#shutdown()" class="member-name-link">shutdown()</a> - Method in class net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/HyStuff.html#start()" class="member-name-link">start()</a> - Method in class net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" title="class in net.miarma.hystuff">HyStuff</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:T">T</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#toPosition()" class="member-name-link">toPosition()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/Location.html#toRotation()" class="member-name-link">toRotation()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/miarma/hystuff/common/Location.html#toString()" class="member-name-link">toString()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns a string representation of this record class.</div>
</dd>
</dl>
<h2 class="title" id="I:W">W</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#worldName()" class="member-name-link">worldName()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>worldName</code> record component.</div>
</dd>
</dl>
<h2 class="title" id="I:X">X</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#x()" class="member-name-link">x()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>x</code> record component.</div>
</dd>
</dl>
<h2 class="title" id="I:Y">Y</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#y()" class="member-name-link">y()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>y</code> record component.</div>
</dd>
<dt><a href="net/miarma/hystuff/common/Location.html#yaw()" class="member-name-link">yaw()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>yaw</code> record component.</div>
</dd>
</dl>
<h2 class="title" id="I:Z">Z</h2>
<dl class="index">
<dt><a href="net/miarma/hystuff/common/Location.html#z()" class="member-name-link">z()</a> - Method in record class net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" title="class in net.miarma.hystuff.common">Location</a></dt>
<dd>
<div class="block">Returns the value of the <code>z</code> record component.</div>
</dd>
</dl>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a></main>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a></main>
</div>
</body>
</html>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Overview (HyStuff 1.0.1 API)</title>
<title>Overview (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="package index">
@@ -47,7 +47,7 @@ loadScripts(document, 'script');</script>
<div class="main-grid">
<main role="main">
<div class="header">
<h1 class="title">HyStuff 1.0.1 API</h1>
<h1 class="title">HyStuff 1.1.0 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
@@ -58,7 +58,7 @@ loadScripts(document, 'script');</script>
<div class="col-last even-row-color all-packages-table all-packages-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color all-packages-table all-packages-table-tab1"><a href="net/miarma/hystuff/commands/package-summary.html">net.miarma.hystuff.commands</a></div>
<div class="col-last odd-row-color all-packages-table all-packages-table-tab1">&nbsp;</div>
<div class="col-first even-row-color all-packages-table all-packages-table-tab1"><a href="net/miarma/hystuff/common/package-summary.html">net.miarma.hystuff.common</a></div>
<div class="col-first even-row-color all-packages-table all-packages-table-tab1"><a href="net/miarma/hystuff/component/package-summary.html">net.miarma.hystuff.component</a></div>
<div class="col-last even-row-color all-packages-table all-packages-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color all-packages-table all-packages-table-tab1"><a href="net/miarma/hystuff/events/package-summary.html">net.miarma.hystuff.events</a></div>
<div class="col-last odd-row-color all-packages-table all-packages-table-tab1">&nbsp;</div>

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>HyStuff (HyStuff 1.0.1 API)</title>
<title>HyStuff (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff, class: HyStuff">
@@ -56,6 +56,12 @@ loadScripts(document, 'script');</script>
<li><a href="#field-summary" tabindex="0">Field Summary</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#field-detail" tabindex="0">Field Details</a>
<ol class="toc-list">
<li><a href="#HOME_COMPONENT_TYPE" tabindex="0">HOME_COMPONENT_TYPE</a></li>
<li><a href="#LAST_POSITION_COMPONENT_TYPE" tabindex="0">LAST_POSITION_COMPONENT_TYPE</a></li>
</ol>
</li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(com.hypixel.hytale.server.core.plugin.JavaPluginInit)" tabindex="0">HyStuff(JavaPluginInit)</a></li>
@@ -101,6 +107,18 @@ event listeners.</div>
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static com.hypixel.hytale.component.ComponentType<wbr>&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore, <a href="component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#HOME_COMPONENT_TYPE" class="member-name-link">HOME_COMPONENT_TYPE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static com.hypixel.hytale.component.ComponentType<wbr>&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore, <a href="component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#LAST_POSITION_COMPONENT_TYPE" class="member-name-link">LAST_POSITION_COMPONENT_TYPE</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.hypixel.hytale.server.core.plugin.PluginBase">Fields inherited from class&nbsp;com.hypixel.hytale.server.core.plugin.PluginBase</h3>
<code>METRICS_REGISTRY</code></div>
@@ -157,6 +175,30 @@ event listeners.</div>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="HOME_COMPONENT_TYPE">
<h3>HOME_COMPONENT_TYPE</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">com.hypixel.hytale.component.ComponentType&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore, <a href="component/HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a>&gt;</span>&nbsp;<span class="element-name">HOME_COMPONENT_TYPE</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="LAST_POSITION_COMPONENT_TYPE">
<h3>LAST_POSITION_COMPONENT_TYPE</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">com.hypixel.hytale.component.ComponentType&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore, <a href="component/LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a>&gt;</span>&nbsp;<span class="element-name">LAST_POSITION_COMPONENT_TYPE</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>BackCommand (HyStuff 1.0.1 API)</title>
<title>BackCommand (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.commands, class: BackCommand">
@@ -58,7 +58,7 @@ loadScripts(document, 'script');</script>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager)" tabindex="0">BackCommand(LastPositionManager)</a></li>
<li><a href="#%3Cinit%3E()" tabindex="0">BackCommand()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
@@ -109,7 +109,7 @@ loadScripts(document, 'script');</script>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager)" class="member-name-link">BackCommand</a><wbr>(<a href="../common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a>&nbsp;lastPositionManager)</code></div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">BackCommand</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
@@ -162,10 +162,10 @@ loadScripts(document, 'script');</script>
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(net.miarma.hystuff.common.LastPositionManager)">
<section class="detail" id="&lt;init&gt;()">
<h3>BackCommand</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">BackCommand</span><wbr><span class="parameters">(<a href="../common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a>&nbsp;lastPositionManager)</span></div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">BackCommand</span>()</div>
</div>
</section>
</li>

View File

@@ -1,206 +0,0 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>DisposalCommand (HyStuff 1.0.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.commands, class: DisposalCommand">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.commands</a></li>
<li><a href="DisposalCommand.html" class="current-selection">DisposalCommand</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#field-summary" tabindex="0">Field Summary</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E()" tabindex="0">DisposalCommand()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" tabindex="0">execute(CommandContext, Store, Ref, PlayerRef, World)</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Class DisposalCommand" class="title">Class DisposalCommand</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">com.hypixel.hytale.server.core.command.system.AbstractCommand
<div class="inheritance">com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand
<div class="inheritance">com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand
<div class="inheritance">net.miarma.hystuff.commands.DisposalCommand</div>
</div>
</div>
</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">DisposalCommand</span>
<span class="extends-implements">extends com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand</span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.hypixel.hytale.server.core.command.system.AbstractCommand">Fields inherited from class&nbsp;com.hypixel.hytale.server.core.command.system.AbstractCommand</h3>
<code>EMPTY_STRING_ARRAY, LOGGER</code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">DisposalCommand</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute</a><wbr>(com.hypixel.hytale.server.core.command.system.CommandContext&nbsp;ctx,
com.hypixel.hytale.component.Store&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;store,
com.hypixel.hytale.component.Ref&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;ref,
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;playerRef,
com.hypixel.hytale.server.core.universe.world.World&nbsp;world)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand">Methods inherited from class&nbsp;com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand</h3>
<code>executeAsync</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand">Methods inherited from class&nbsp;com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand</h3>
<code>execute, runAsync</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.hypixel.hytale.server.core.command.system.AbstractCommand">Methods inherited from class&nbsp;com.hypixel.hytale.server.core.command.system.AbstractCommand</h3>
<code>acceptCall, addAliases, addSubCommand, addUsageVariant, canGeneratePermission, completeRegistration, countParents, generatePermissionNode, getAliases, getDescription, getFullyQualifiedName, getName, getOwner, getPermission, getPermissionGroups, getPermissionGroupsRecursive, getRequiredArguments, getSubCommands, getUsageShort, getUsageString, hasBeenRegistered, hasPermission, isVariant, matches, putRecursivePermissionGroups, requirePermission, setAllowsExtraArguments, setOwner, setPermissionGroup, setPermissionGroups, setUnavailableInSingleplayer, withDefaultArg, withDefaultArg, withFlagArg, withListDefaultArg, withListOptionalArg, withListRequiredArg, withOptionalArg, withOptionalArg, withRequiredArg, withRequiredArg</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;()">
<h3>DisposalCommand</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">DisposalCommand</span>()</div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)">
<h3>execute</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">execute</span><wbr><span class="parameters">(@NonNullDecl
com.hypixel.hytale.server.core.command.system.CommandContext&nbsp;ctx,
@NonNullDecl
com.hypixel.hytale.component.Store&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;store,
@NonNullDecl
com.hypixel.hytale.component.Ref&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;ref,
@NonNullDecl
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;playerRef,
@NonNullDecl
com.hypixel.hytale.server.core.universe.world.World&nbsp;world)</span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code>execute</code>&nbsp;in class&nbsp;<code>com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand</code></dd>
</dl>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>HomeCommand (HyStuff 1.0.1 API)</title>
<title>HomeCommand (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.commands, class: HomeCommand">
@@ -58,7 +58,7 @@ loadScripts(document, 'script');</script>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" tabindex="0">HomeCommand(HomeManager)</a></li>
<li><a href="#%3Cinit%3E()" tabindex="0">HomeCommand()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
@@ -109,7 +109,7 @@ loadScripts(document, 'script');</script>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" class="member-name-link">HomeCommand</a><wbr>(<a href="../common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a>&nbsp;homeManager)</code></div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">HomeCommand</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
@@ -162,10 +162,10 @@ loadScripts(document, 'script');</script>
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(net.miarma.hystuff.common.HomeManager)">
<section class="detail" id="&lt;init&gt;()">
<h3>HomeCommand</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">HomeCommand</span><wbr><span class="parameters">(<a href="../common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a>&nbsp;homeManager)</span></div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">HomeCommand</span>()</div>
</div>
</section>
</li>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>SetHomeCommand (HyStuff 1.0.1 API)</title>
<title>SetHomeCommand (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.commands, class: SetHomeCommand">
@@ -58,7 +58,7 @@ loadScripts(document, 'script');</script>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" tabindex="0">SetHomeCommand(HomeManager)</a></li>
<li><a href="#%3Cinit%3E()" tabindex="0">SetHomeCommand()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
@@ -109,7 +109,7 @@ loadScripts(document, 'script');</script>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(net.miarma.hystuff.common.HomeManager)" class="member-name-link">SetHomeCommand</a><wbr>(<a href="../common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a>&nbsp;homeManager)</code></div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">SetHomeCommand</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
@@ -132,7 +132,7 @@ loadScripts(document, 'script');</script>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)" class="member-name-link">execute</a><wbr>(com.hypixel.hytale.server.core.command.system.CommandContext&nbsp;ctx,
com.hypixel.hytale.component.Store&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;store,
com.hypixel.hytale.component.Ref&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;ref,
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;playerRef,
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;player,
com.hypixel.hytale.server.core.universe.world.World&nbsp;world)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
@@ -162,11 +162,10 @@ loadScripts(document, 'script');</script>
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(net.miarma.hystuff.common.HomeManager)">
<section class="detail" id="&lt;init&gt;()">
<h3>SetHomeCommand</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">SetHomeCommand</span><wbr><span class="parameters">(@Nonnull
<a href="../common/HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a>&nbsp;homeManager)</span></div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">SetHomeCommand</span>()</div>
</div>
</section>
</li>
@@ -201,7 +200,7 @@ loadScripts(document, 'script');</script>
@Nonnull
com.hypixel.hytale.component.Ref&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;&nbsp;ref,
@Nonnull
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;playerRef,
com.hypixel.hytale.server.core.universe.PlayerRef&nbsp;player,
@Nonnull
com.hypixel.hytale.server.core.universe.world.World&nbsp;world)</span></div>
<dl class="notes">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.commands (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.commands (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.commands">
@@ -74,7 +74,7 @@ loadScripts(document, 'script');</script>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="../package-summary.html">net.miarma.hystuff</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="../common/package-summary.html">net.miarma.hystuff.common</a></div>
<div class="col-first odd-row-color"><a href="../component/package-summary.html">net.miarma.hystuff.component</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="../events/package-summary.html">net.miarma.hystuff.events</a></div>
<div class="col-last even-row-color">&nbsp;</div>
@@ -89,12 +89,10 @@ loadScripts(document, 'script');</script>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="BackCommand.html" title="class in net.miarma.hystuff.commands">BackCommand</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="DisposalCommand.html" title="class in net.miarma.hystuff.commands">DisposalCommand</a></div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="HomeCommand.html" title="class in net.miarma.hystuff.commands">HomeCommand</a></div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="SetHomeCommand.html" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
</div>
</div>
</li>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.commands Class Hierarchy (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.commands Class Hierarchy (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="tree: package: net.miarma.hystuff.commands">
@@ -68,7 +68,6 @@ loadScripts(document, 'script');</script>
<li class="circle">com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand
<ul>
<li class="circle">net.miarma.hystuff.commands.<a href="BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">BackCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="DisposalCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">DisposalCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">HomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></li>
</ul>

View File

@@ -1,219 +0,0 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>HomeManager (HyStuff 1.0.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.common, class: HomeManager">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.common</a></li>
<li><a href="HomeManager.html" class="current-selection">HomeManager</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#getInstance(java.nio.file.Path,com.hypixel.hytale.logger.HytaleLogger)" tabindex="0">getInstance(Path, HytaleLogger)</a></li>
<li><a href="#save()" tabindex="0">save()</a></li>
<li><a href="#setHome(java.util.UUID,com.hypixel.hytale.server.core.universe.world.World,com.hypixel.hytale.math.vector.Vector3d,com.hypixel.hytale.math.vector.Vector3f)" tabindex="0">setHome(UUID, World, Vector3d, Vector3f)</a></li>
<li><a href="#getHome(java.util.UUID)" tabindex="0">getHome(UUID)</a></li>
<li><a href="#hasHome(java.util.UUID)" tabindex="0">hasHome(UUID)</a></li>
<li><a href="#removeHome(java.util.UUID)" tabindex="0">removeHome(UUID)</a></li>
<li><a href="#getHomeCount()" tabindex="0">getHomeCount()</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Class HomeManager" class="title">Class HomeManager</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">net.miarma.hystuff.common.HomeManager</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">HomeManager</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Location.html" title="class in net.miarma.hystuff.common">Location</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getHome(java.util.UUID)" class="member-name-link">getHome</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getHomeCount()" class="member-name-link">getHomeCount</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getInstance(java.nio.file.Path,com.hypixel.hytale.logger.HytaleLogger)" class="member-name-link">getInstance</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;dataDir,
com.hypixel.hytale.logger.HytaleLogger&nbsp;logger)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hasHome(java.util.UUID)" class="member-name-link">hasHome</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#removeHome(java.util.UUID)" class="member-name-link">removeHome</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#save()" class="member-name-link">save</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setHome(java.util.UUID,com.hypixel.hytale.server.core.universe.world.World,com.hypixel.hytale.math.vector.Vector3d,com.hypixel.hytale.math.vector.Vector3f)" class="member-name-link">setHome</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid,
com.hypixel.hytale.server.core.universe.world.World&nbsp;world,
com.hypixel.hytale.math.vector.Vector3d&nbsp;position,
com.hypixel.hytale.math.vector.Vector3f&nbsp;rotation)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getInstance(java.nio.file.Path,com.hypixel.hytale.logger.HytaleLogger)">
<h3>getInstance</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></span>&nbsp;<span class="element-name">getInstance</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;dataDir,
@Nonnull
com.hypixel.hytale.logger.HytaleLogger&nbsp;logger)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="save()">
<h3>save</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">save</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="setHome(java.util.UUID,com.hypixel.hytale.server.core.universe.world.World,com.hypixel.hytale.math.vector.Vector3d,com.hypixel.hytale.math.vector.Vector3f)">
<h3>setHome</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setHome</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid,
@Nonnull
com.hypixel.hytale.server.core.universe.world.World&nbsp;world,
@Nonnull
com.hypixel.hytale.math.vector.Vector3d&nbsp;position,
@Nonnull
com.hypixel.hytale.math.vector.Vector3f&nbsp;rotation)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="getHome(java.util.UUID)">
<h3>getHome</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="annotations">@Nullable
</span><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Location.html" title="class in net.miarma.hystuff.common">Location</a></span>&nbsp;<span class="element-name">getHome</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="hasHome(java.util.UUID)">
<h3>hasHome</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">hasHome</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="removeHome(java.util.UUID)">
<h3>removeHome</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">removeHome</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;playerUuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="getHomeCount()">
<h3>getHomeCount</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getHomeCount</span>()</div>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -1,179 +0,0 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>LastPositionManager (HyStuff 1.0.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.common, class: LastPositionManager">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.common</a></li>
<li><a href="LastPositionManager.html" class="current-selection">LastPositionManager</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#getInstance()" tabindex="0">getInstance()</a></li>
<li><a href="#set(java.util.UUID,net.miarma.hystuff.common.Location)" tabindex="0">set(UUID, Location)</a></li>
<li><a href="#get(java.util.UUID)" tabindex="0">get(UUID)</a></li>
<li><a href="#has(java.util.UUID)" tabindex="0">has(UUID)</a></li>
<li><a href="#clear(java.util.UUID)" tabindex="0">clear(UUID)</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Class LastPositionManager" class="title">Class LastPositionManager</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">net.miarma.hystuff.common.LastPositionManager</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">LastPositionManager</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#clear(java.util.UUID)" class="member-name-link">clear</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Location.html" title="class in net.miarma.hystuff.common">Location</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(java.util.UUID)" class="member-name-link">get</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getInstance()" class="member-name-link">getInstance</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(java.util.UUID)" class="member-name-link">has</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#set(java.util.UUID,net.miarma.hystuff.common.Location)" class="member-name-link">set</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid,
<a href="Location.html" title="class in net.miarma.hystuff.common">Location</a>&nbsp;pos)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getInstance()">
<h3>getInstance</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></span>&nbsp;<span class="element-name">getInstance</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="set(java.util.UUID,net.miarma.hystuff.common.Location)">
<h3>set</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">set</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid,
<a href="Location.html" title="class in net.miarma.hystuff.common">Location</a>&nbsp;pos)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="get(java.util.UUID)">
<h3>get</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Location.html" title="class in net.miarma.hystuff.common">Location</a></span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="has(java.util.UUID)">
<h3>has</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">has</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="clear(java.util.UUID)">
<h3>clear</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">clear</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;uuid)</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -1,381 +0,0 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Location (HyStuff 1.0.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.common, record: Location">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.common</a></li>
<li><a href="Location.html" class="current-selection">Location</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(java.lang.String,double,double,double,float,float)" tabindex="0">Location(String, double, double, double, float, float)</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#toPosition()" tabindex="0">toPosition()</a></li>
<li><a href="#toRotation()" tabindex="0">toRotation()</a></li>
<li><a href="#worldName()" tabindex="0">worldName()</a></li>
<li><a href="#x()" tabindex="0">x()</a></li>
<li><a href="#y()" tabindex="0">y()</a></li>
<li><a href="#z()" tabindex="0">z()</a></li>
<li><a href="#yaw()" tabindex="0">yaw()</a></li>
<li><a href="#pitch()" tabindex="0">pitch()</a></li>
<li><a href="#toString()" tabindex="0">toString()</a></li>
<li><a href="#hashCode()" tabindex="0">hashCode()</a></li>
<li><a href="#equals(java.lang.Object)" tabindex="0">equals(Object)</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Record Class Location" class="title">Record Class Location</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">java.lang.Record</a>
<div class="inheritance">net.miarma.hystuff.common.Location</div>
</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public record </span><span class="element-name type-name-label">Location</span>(@Nonnull <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;worldName, double&nbsp;x, double&nbsp;y, double&nbsp;z, float&nbsp;yaw, float&nbsp;pitch)
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a></span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.lang.String,double,double,double,float,float)" class="member-name-link">Location</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;worldName,
double&nbsp;x,
double&nbsp;y,
double&nbsp;z,
float&nbsp;yaw,
float&nbsp;pitch)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an instance of a <code>Location</code> record class.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns a hash code value for this object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#pitch()" class="member-name-link">pitch</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>pitch</code> record component.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.math.vector.Vector3d</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toPosition()" class="member-name-link">toPosition</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.math.vector.Vector3f</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toRotation()" class="member-name-link">toRotation</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns a string representation of this record class.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#worldName()" class="member-name-link">worldName</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>worldName</code> record component.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#x()" class="member-name-link">x</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>x</code> record component.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#y()" class="member-name-link">y</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>y</code> record component.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#yaw()" class="member-name-link">yaw</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>yaw</code> record component.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#z()" class="member-name-link">z</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns the value of the <code>z</code> record component.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(java.lang.String,double,double,double,float,float)">
<h3>Location</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">Location</span><wbr><span class="parameters">(@Nonnull
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;worldName,
double&nbsp;x,
double&nbsp;y,
double&nbsp;z,
float&nbsp;yaw,
float&nbsp;pitch)</span></div>
<div class="block">Creates an instance of a <code>Location</code> record class.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>worldName</code> - the value for the <code>worldName</code> record component</dd>
<dd><code>x</code> - the value for the <code>x</code> record component</dd>
<dd><code>y</code> - the value for the <code>y</code> record component</dd>
<dd><code>z</code> - the value for the <code>z</code> record component</dd>
<dd><code>yaw</code> - the value for the <code>yaw</code> record component</dd>
<dd><code>pitch</code> - the value for the <code>pitch</code> record component</dd>
</dl>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="toPosition()">
<h3>toPosition</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.math.vector.Vector3d</span>&nbsp;<span class="element-name">toPosition</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="toRotation()">
<h3>toRotation</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.math.vector.Vector3f</span>&nbsp;<span class="element-name">toRotation</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="worldName()">
<h3>worldName</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="annotations">@Nonnull
</span><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">worldName</span>()</div>
<div class="block">Returns the value of the <code>worldName</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>worldName</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="x()">
<h3>x</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">x</span>()</div>
<div class="block">Returns the value of the <code>x</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>x</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="y()">
<h3>y</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">y</span>()</div>
<div class="block">Returns the value of the <code>y</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>y</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="z()">
<h3>z</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">z</span>()</div>
<div class="block">Returns the value of the <code>z</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>z</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="yaw()">
<h3>yaw</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">yaw</span>()</div>
<div class="block">Returns the value of the <code>yaw</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>yaw</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="pitch()">
<h3>pitch</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">pitch</span>()</div>
<div class="block">Returns the value of the <code>pitch</code> record component.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the value of the <code>pitch</code> record component</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="toString()">
<h3>toString</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">toString</span>()</div>
<div class="block">Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html#toString()" title="class or interface in java.lang" class="external-link">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a></code></dd>
<dt>Returns:</dt>
<dd>a string representation of this object</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="hashCode()">
<h3>hashCode</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">hashCode</span>()</div>
<div class="block">Returns a hash code value for this object. The value is derived from the hash code of each of the record components.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a></code></dd>
<dt>Returns:</dt>
<dd>a hash code value for this object</dd>
</dl>
</div>
</section>
</li>
<li>
<section class="detail" id="equals(java.lang.Object)">
<h3>equals</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">equals</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</span></div>
<div class="block">Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/Objects.html#equals(java.lang.Object,java.lang.Object)" title="class or interface in java.util" class="external-link"><code>Objects::equals(Object,Object)</code></a>; primitive components are compared with the <code>compare</code> method from their corresponding wrapper classes.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a></code></dd>
<dt>Parameters:</dt>
<dd><code>o</code> - the object with which to compare</dd>
<dt>Returns:</dt>
<dd><code>true</code> if this object is the same as the <code>o</code> argument; <code>false</code> otherwise.</dd>
</dl>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -0,0 +1,280 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>HomeComponent (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.component, class: HomeComponent">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.component</a></li>
<li><a href="HomeComponent.html" class="current-selection">HomeComponent</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#field-summary" tabindex="0">Field Summary</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#field-detail" tabindex="0">Field Details</a>
<ol class="toc-list">
<li><a href="#CODEC" tabindex="0">CODEC</a></li>
</ol>
</li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E()" tabindex="0">HomeComponent()</a></li>
<li><a href="#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" tabindex="0">HomeComponent(Transform, UUID)</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#getTransform()" tabindex="0">getTransform()</a></li>
<li><a href="#setTransform(com.hypixel.hytale.math.vector.Transform)" tabindex="0">setTransform(Transform)</a></li>
<li><a href="#getWorldUuid()" tabindex="0">getWorldUuid()</a></li>
<li><a href="#setWorldUuid(java.util.UUID)" tabindex="0">setWorldUuid(UUID)</a></li>
<li><a href="#clone()" tabindex="0">clone()</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Class HomeComponent" class="title">Class HomeComponent</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">net.miarma.hystuff.component.HomeComponent</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code>com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Cloneable.html" title="class or interface in java.lang" class="external-link">Cloneable</a></code></dd>
</dl>
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">HomeComponent</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final com.hypixel.hytale.codec.builder.BuilderCodec<wbr>&lt;<a href="HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CODEC" class="member-name-link">CODEC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.hypixel.hytale.component.Component">Fields inherited from interface&nbsp;com.hypixel.hytale.component.Component</h3>
<code>EMPTY_ARRAY</code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">HomeComponent</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" class="member-name-link">HomeComponent</a><wbr>(com.hypixel.hytale.math.vector.Transform&nbsp;transform,
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.component.Component<wbr>&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#clone()" class="member-name-link">clone</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.math.vector.Transform</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTransform()" class="member-name-link">getTransform</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorldUuid()" class="member-name-link">getWorldUuid</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTransform(com.hypixel.hytale.math.vector.Transform)" class="member-name-link">setTransform</a><wbr>(com.hypixel.hytale.math.vector.Transform&nbsp;transform)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setWorldUuid(java.util.UUID)" class="member-name-link">setWorldUuid</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.hypixel.hytale.component.Component">Methods inherited from interface&nbsp;com.hypixel.hytale.component.Component</h3>
<code>cloneSerializable</code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="CODEC">
<h3>CODEC</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">com.hypixel.hytale.codec.builder.BuilderCodec&lt;<a href="HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a>&gt;</span>&nbsp;<span class="element-name">CODEC</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;()">
<h3>HomeComponent</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">HomeComponent</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="&lt;init&gt;(com.hypixel.hytale.math.vector.Transform,java.util.UUID)">
<h3>HomeComponent</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">HomeComponent</span><wbr><span class="parameters">(com.hypixel.hytale.math.vector.Transform&nbsp;transform,
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getTransform()">
<h3>getTransform</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.math.vector.Transform</span>&nbsp;<span class="element-name">getTransform</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="setTransform(com.hypixel.hytale.math.vector.Transform)">
<h3>setTransform</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setTransform</span><wbr><span class="parameters">(com.hypixel.hytale.math.vector.Transform&nbsp;transform)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="getWorldUuid()">
<h3>getWorldUuid</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a></span>&nbsp;<span class="element-name">getWorldUuid</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="setWorldUuid(java.util.UUID)">
<h3>setWorldUuid</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setWorldUuid</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="clone()">
<h3>clone</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="annotations">@Nonnull
</span><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</span>&nbsp;<span class="element-name">clone</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code>clone</code>&nbsp;in interface&nbsp;<code>com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</code></dd>
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
</dl>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -0,0 +1,280 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>LastPositionComponent (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.component, class: LastPositionComponent">
<meta name="generator" content="javadoc/ClassWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
<script type="text/javascript" src="../../../../script-files/script.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">const pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html">net.miarma.hystuff.component</a></li>
<li><a href="LastPositionComponent.html" class="current-selection">LastPositionComponent</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<nav role="navigation" class="toc" aria-label="Table of contents">
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
<ol class="toc-list" tabindex="-1">
<li><a href="#" tabindex="0">Description</a></li>
<li><a href="#field-summary" tabindex="0">Field Summary</a></li>
<li><a href="#constructor-summary" tabindex="0">Constructor Summary</a></li>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#field-detail" tabindex="0">Field Details</a>
<ol class="toc-list">
<li><a href="#CODEC" tabindex="0">CODEC</a></li>
</ol>
</li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E()" tabindex="0">LastPositionComponent()</a></li>
<li><a href="#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" tabindex="0">LastPositionComponent(Transform, UUID)</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
<ol class="toc-list">
<li><a href="#getTransform()" tabindex="0">getTransform()</a></li>
<li><a href="#setTransform(com.hypixel.hytale.math.vector.Transform)" tabindex="0">setTransform(Transform)</a></li>
<li><a href="#getWorldUuid()" tabindex="0">getWorldUuid()</a></li>
<li><a href="#setWorldUuid(java.util.UUID)" tabindex="0">setWorldUuid(UUID)</a></li>
<li><a href="#clone()" tabindex="0">clone()</a></li>
</ol>
</li>
</ol>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<h1 title="Class LastPositionComponent" class="title">Class LastPositionComponent</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">net.miarma.hystuff.component.LastPositionComponent</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code>com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Cloneable.html" title="class or interface in java.lang" class="external-link">Cloneable</a></code></dd>
</dl>
<hr>
<div class="horizontal-scroll">
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">LastPositionComponent</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</span></div>
</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final com.hypixel.hytale.codec.builder.BuilderCodec<wbr>&lt;<a href="LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CODEC" class="member-name-link">CODEC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.hypixel.hytale.component.Component">Fields inherited from interface&nbsp;com.hypixel.hytale.component.Component</h3>
<code>EMPTY_ARRAY</code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">LastPositionComponent</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(com.hypixel.hytale.math.vector.Transform,java.util.UUID)" class="member-name-link">LastPositionComponent</a><wbr>(com.hypixel.hytale.math.vector.Transform&nbsp;transform,
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.component.Component<wbr>&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#clone()" class="member-name-link">clone</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>com.hypixel.hytale.math.vector.Transform</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTransform()" class="member-name-link">getTransform</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorldUuid()" class="member-name-link">getWorldUuid</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTransform(com.hypixel.hytale.math.vector.Transform)" class="member-name-link">setTransform</a><wbr>(com.hypixel.hytale.math.vector.Transform&nbsp;transform)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setWorldUuid(java.util.UUID)" class="member-name-link">setWorldUuid</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#method-summary" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.hypixel.hytale.component.Component">Methods inherited from interface&nbsp;com.hypixel.hytale.component.Component</h3>
<code>cloneSerializable</code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="CODEC">
<h3>CODEC</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">com.hypixel.hytale.codec.builder.BuilderCodec&lt;<a href="LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a>&gt;</span>&nbsp;<span class="element-name">CODEC</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;()">
<h3>LastPositionComponent</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">LastPositionComponent</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="&lt;init&gt;(com.hypixel.hytale.math.vector.Transform,java.util.UUID)">
<h3>LastPositionComponent</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">LastPositionComponent</span><wbr><span class="parameters">(com.hypixel.hytale.math.vector.Transform&nbsp;transform,
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</span></div>
</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getTransform()">
<h3>getTransform</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.math.vector.Transform</span>&nbsp;<span class="element-name">getTransform</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="setTransform(com.hypixel.hytale.math.vector.Transform)">
<h3>setTransform</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setTransform</span><wbr><span class="parameters">(com.hypixel.hytale.math.vector.Transform&nbsp;transform)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="getWorldUuid()">
<h3>getWorldUuid</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a></span>&nbsp;<span class="element-name">getWorldUuid</span>()</div>
</div>
</section>
</li>
<li>
<section class="detail" id="setWorldUuid(java.util.UUID)">
<h3>setWorldUuid</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setWorldUuid</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>&nbsp;worldUuid)</span></div>
</div>
</section>
</li>
<li>
<section class="detail" id="clone()">
<h3>clone</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="annotations">@Nonnull
</span><span class="modifiers">public</span>&nbsp;<span class="return-type">com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</span>&nbsp;<span class="element-name">clone</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code>clone</code>&nbsp;in interface&nbsp;<code>com.hypixel.hytale.component.Component&lt;com.hypixel.hytale.server.core.universe.world.storage.EntityStore&gt;</code></dd>
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
</dl>
</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</body>
</html>

View File

@@ -2,10 +2,10 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.common (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.component (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.common">
<meta name="description" content="declaration: package: net.miarma.hystuff.component">
<meta name="generator" content="javadoc/PackageWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
@@ -39,7 +39,7 @@ loadScripts(document, 'script');</script>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html" class="current-selection">net.miarma.hystuff.common</a></li>
<li><a href="package-summary.html" class="current-selection">net.miarma.hystuff.component</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
@@ -58,11 +58,11 @@ loadScripts(document, 'script');</script>
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
<main role="main">
<div class="header">
<h1 title="Package net.miarma.hystuff.common" class="title">Package net.miarma.hystuff.common</h1>
<h1 title="Package net.miarma.hystuff.component" class="title">Package net.miarma.hystuff.component</h1>
</div>
<hr>
<div class="horizontal-scroll">
<div class="package-signature">package <span class="element-name">net.miarma.hystuff.common</span></div>
<div class="package-signature">package <span class="element-name">net.miarma.hystuff.component</span></div>
</div>
<section class="summary">
<ul class="summary-list">
@@ -83,18 +83,14 @@ loadScripts(document, 'script');</script>
</li>
<li>
<div id="class-summary">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="class-summary-tab0" role="tab" aria-selected="true" aria-controls="class-summary.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="class-summary-tab2" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab2', 2)" class="table-tab">Classes</button><button id="class-summary-tab4" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab4', 2)" class="table-tab">Record Classes</button></div>
<div id="class-summary.tabpanel" role="tabpanel" aria-labelledby="class-summary-tab0">
<div class="caption"><span>Classes</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="HomeManager.html" title="class in net.miarma.hystuff.common">HomeManager</a></div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="HomeComponent.html" title="class in net.miarma.hystuff.component">HomeComponent</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a></div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LastPositionComponent.html" title="class in net.miarma.hystuff.component">LastPositionComponent</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab4"><a href="Location.html" title="class in net.miarma.hystuff.common">Location</a></div>
<div class="col-last even-row-color class-summary class-summary-tab4">&nbsp;</div>
</div>
</div>
</div>
</li>

View File

@@ -2,10 +2,10 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.common Class Hierarchy (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.component Class Hierarchy (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="tree: package: net.miarma.hystuff.common">
<meta name="description" content="tree: package: net.miarma.hystuff.component">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
@@ -39,7 +39,7 @@ loadScripts(document, 'script');</script>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list">
<li><a href="package-summary.html" class="current-selection">net.miarma.hystuff.common</a></li>
<li><a href="package-summary.html" class="current-selection">net.miarma.hystuff.component</a></li>
</ol>
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
</div>
@@ -50,7 +50,7 @@ loadScripts(document, 'script');</script>
<div class="main-grid">
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For Package net.miarma.hystuff.common</h1>
<h1 class="title">Hierarchy For Package net.miarma.hystuff.component</h1>
</div>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<ul class="horizontal contents-list">
@@ -61,22 +61,8 @@ loadScripts(document, 'script');</script>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">net.miarma.hystuff.common.<a href="HomeManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">HomeManager</a></li>
<li class="circle">net.miarma.hystuff.common.<a href="LastPositionManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">LastPositionManager</a></li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Record Class Hierarchy">Record Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" class="type-name-link external-link" title="class or interface in java.lang">Record</a>
<ul>
<li class="circle">net.miarma.hystuff.common.<a href="Location.html" class="type-name-link" title="class in net.miarma.hystuff.common">Location</a></li>
</ul>
</li>
<li class="circle">net.miarma.hystuff.component.<a href="HomeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">HomeComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">net.miarma.hystuff.component.<a href="LastPositionComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">LastPositionComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
</ul>
</li>
</ul>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>PlayerDeathListener (HyStuff 1.0.1 API)</title>
<title>PlayerDeathListener (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.events, class: PlayerDeathListener">
@@ -58,7 +58,7 @@ loadScripts(document, 'script');</script>
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
<li><a href="#constructor-detail" tabindex="0">Constructor Details</a>
<ol class="toc-list">
<li><a href="#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager,com.hypixel.hytale.logger.HytaleLogger)" tabindex="0">PlayerDeathListener(LastPositionManager, HytaleLogger)</a></li>
<li><a href="#%3Cinit%3E()" tabindex="0">PlayerDeathListener()</a></li>
</ol>
</li>
<li><a href="#method-detail" tabindex="0">Method Details</a>
@@ -114,8 +114,7 @@ loadScripts(document, 'script');</script>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager,com.hypixel.hytale.logger.HytaleLogger)" class="member-name-link">PlayerDeathListener</a><wbr>(<a href="../common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a>&nbsp;lastPositionManager,
com.hypixel.hytale.logger.HytaleLogger&nbsp;logger)</code></div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">PlayerDeathListener</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
@@ -183,11 +182,10 @@ loadScripts(document, 'script');</script>
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(net.miarma.hystuff.common.LastPositionManager,com.hypixel.hytale.logger.HytaleLogger)">
<section class="detail" id="&lt;init&gt;()">
<h3>PlayerDeathListener</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">PlayerDeathListener</span><wbr><span class="parameters">(<a href="../common/LastPositionManager.html" title="class in net.miarma.hystuff.common">LastPositionManager</a>&nbsp;lastPositionManager,
com.hypixel.hytale.logger.HytaleLogger&nbsp;logger)</span></div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">PlayerDeathListener</span>()</div>
</div>
</section>
</li>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.events (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.events (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff.events">
@@ -76,7 +76,7 @@ loadScripts(document, 'script');</script>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="../commands/package-summary.html">net.miarma.hystuff.commands</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="../common/package-summary.html">net.miarma.hystuff.common</a></div>
<div class="col-first even-row-color"><a href="../component/package-summary.html">net.miarma.hystuff.component</a></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</div>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff.events Class Hierarchy (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff.events Class Hierarchy (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="tree: package: net.miarma.hystuff.events">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: net.miarma.hystuff">
@@ -74,7 +74,7 @@ loadScripts(document, 'script');</script>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="commands/package-summary.html">net.miarma.hystuff.commands</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="common/package-summary.html">net.miarma.hystuff.common</a></div>
<div class="col-first odd-row-color"><a href="component/package-summary.html">net.miarma.hystuff.component</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="events/package-summary.html">net.miarma.hystuff.events</a></div>
<div class="col-last even-row-color">&nbsp;</div>

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>net.miarma.hystuff Class Hierarchy (HyStuff 1.0.1 API)</title>
<title>net.miarma.hystuff Class Hierarchy (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="tree: package: net.miarma.hystuff">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>HyStuff 1.0.1 API</title>
<title>HyStuff 1.1.0 API</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="index redirect">

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Class Hierarchy (HyStuff 1.0.1 API)</title>
<title>Class Hierarchy (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="class tree">
@@ -53,7 +53,7 @@ loadScripts(document, 'script');</script>
<ul class="horizontal contents-list">
<li><a href="net/miarma/hystuff/package-tree.html">net.miarma.hystuff</a>, </li>
<li><a href="net/miarma/hystuff/commands/package-tree.html">net.miarma.hystuff.commands</a>, </li>
<li><a href="net/miarma/hystuff/common/package-tree.html">net.miarma.hystuff.common</a>, </li>
<li><a href="net/miarma/hystuff/component/package-tree.html">net.miarma.hystuff.component</a>, </li>
<li><a href="net/miarma/hystuff/events/package-tree.html">net.miarma.hystuff.events</a></li>
</ul>
<section class="hierarchy">
@@ -68,7 +68,6 @@ loadScripts(document, 'script');</script>
<li class="circle">com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand
<ul>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">BackCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/DisposalCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">DisposalCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">HomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></li>
</ul>
@@ -77,8 +76,8 @@ loadScripts(document, 'script');</script>
</li>
</ul>
</li>
<li class="circle">net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/HomeManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">HomeManager</a></li>
<li class="circle">net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/LastPositionManager.html" class="type-name-link" title="class in net.miarma.hystuff.common">LastPositionManager</a></li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">HomeComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">LastPositionComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">com.hypixel.hytale.server.core.plugin.PluginBase (implements com.hypixel.hytale.server.core.command.system.CommandOwner)
<ul>
<li class="circle">com.hypixel.hytale.server.core.plugin.JavaPlugin
@@ -101,20 +100,6 @@ loadScripts(document, 'script');</script>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Record Class Hierarchy">Record Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Record.html" class="type-name-link external-link" title="class or interface in java.lang">Record</a>
<ul>
<li class="circle">net.miarma.hystuff.common.<a href="net/miarma/hystuff/common/Location.html" class="type-name-link" title="class in net.miarma.hystuff.common">Location</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</main>
</div>
</body>

View File

@@ -1 +1 @@
packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html","k":"18"},{"l":"net.miarma.hystuff"},{"l":"net.miarma.hystuff.commands"},{"l":"net.miarma.hystuff.common"},{"l":"net.miarma.hystuff.events"}];updateSearchResults();
packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html","k":"18"},{"l":"net.miarma.hystuff"},{"l":"net.miarma.hystuff.commands"},{"l":"net.miarma.hystuff.component"},{"l":"net.miarma.hystuff.events"}];updateSearchResults();

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Search (HyStuff 1.0.1 API)</title>
<title>Search (HyStuff 1.1.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="search">

View File

@@ -1 +1 @@
typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html","k":"18"},{"p":"net.miarma.hystuff.commands","l":"BackCommand"},{"p":"net.miarma.hystuff.commands","l":"DisposalCommand"},{"p":"net.miarma.hystuff.commands","l":"HomeCommand"},{"p":"net.miarma.hystuff.common","l":"HomeManager"},{"p":"net.miarma.hystuff","l":"HyStuff"},{"p":"net.miarma.hystuff.common","l":"LastPositionManager"},{"p":"net.miarma.hystuff.common","l":"Location","k":"11"},{"p":"net.miarma.hystuff.events","l":"PlayerDeathListener"},{"p":"net.miarma.hystuff.commands","l":"SetHomeCommand"}];updateSearchResults();
typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html","k":"18"},{"p":"net.miarma.hystuff.commands","l":"BackCommand"},{"p":"net.miarma.hystuff.commands","l":"HomeCommand"},{"p":"net.miarma.hystuff.component","l":"HomeComponent"},{"p":"net.miarma.hystuff","l":"HyStuff"},{"p":"net.miarma.hystuff.component","l":"LastPositionComponent"},{"p":"net.miarma.hystuff.events","l":"PlayerDeathListener"},{"p":"net.miarma.hystuff.commands","l":"SetHomeCommand"}];updateSearchResults();