Important change: revamped all the commands to adapt them to the ECS pattern
This commit is contained in:
@@ -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<ECS_TYPE>)</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<ECS_TYPE>)</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>
|
||||
|
||||
Reference in New Issue
Block a user