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>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>