Files
hystuff/build/docs/javadoc/overview-tree.html
2026-02-24 19:10:39 +01:00

143 lines
9.6 KiB
HTML

<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Class Hierarchy (HyStuff 1.2.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">
<meta name="generator" content="javadoc/TreeWriter">
<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="tree-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">Tree</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="help-doc.html#tree">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list"></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">
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For All Packages</h1>
</div>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<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/misc/package-tree.html">net.miarma.hystuff.commands.misc</a>, </li>
<li><a href="net/miarma/hystuff/commands/teleport/package-tree.html">net.miarma.hystuff.commands.teleport</a>, </li>
<li><a href="net/miarma/hystuff/component/package-tree.html">net.miarma.hystuff.component</a>, </li>
<li><a href="net/miarma/hystuff/system/package-tree.html">net.miarma.hystuff.system</a></li>
</ul>
<section class="hierarchy">
<h2 title="Class Hierarchy">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">com.hypixel.hytale.server.core.command.system.AbstractCommand
<ul>
<li class="circle">com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand
<ul>
<li class="circle">com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand
<ul>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">BackCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">HomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/PlaytimeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">PlaytimeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">SetHomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpAcceptCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpAcceptCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpaCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpaCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpaHereCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpaHereCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpDenyCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpDenyCommand</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</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">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/PlaytimeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">PlaytimeComponent</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
<ul>
<li class="circle">net.miarma.hystuff.<a href="net/miarma/hystuff/HyStuff.html" class="type-name-link" title="class in net.miarma.hystuff">HyStuff</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">com.hypixel.hytale.component.system.System&lt;ECS_TYPE&gt; (implements com.hypixel.hytale.component.system.ISystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">com.hypixel.hytale.component.system.RefChangeSystem&lt;ECS_TYPE,<wbr>T&gt; (implements com.hypixel.hytale.component.system.QuerySystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/PlayerDeathSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">PlayerDeathSystem</a></li>
</ul>
</li>
<li class="circle">com.hypixel.hytale.component.system.tick.TickingSystem&lt;ECS_TYPE&gt; (implements com.hypixel.hytale.component.system.tick.TickableSystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem&lt;ECS_TYPE&gt; (implements com.hypixel.hytale.component.system.QuerySystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">com.hypixel.hytale.component.system.tick.EntityTickingSystem&lt;ECS_TYPE&gt;
<ul>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/PlayerTickSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">PlayerTickSystem</a></li>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/TpaCleanupSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">TpaCleanupSystem</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/TpaRequestComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">TpaRequestComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Enum Class Hierarchy">Enum 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/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a>&lt;T&gt;, java.lang.constant.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/constant/Constable.html" title="class or interface in java.lang.constant" class="external-link">Constable</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
<ul>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/TpaRequestComponent.RequestType.html" class="type-name-link" title="enum class in net.miarma.hystuff.component">TpaRequestComponent.RequestType</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</main>
</div>
</body>
</html>