Initial commit

This commit is contained in:
Jose
2026-01-18 17:09:06 +01:00
parent 738b86b94d
commit 0df40b2fa0
124 changed files with 8974 additions and 0 deletions

View File

@@ -0,0 +1,121 @@
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Class Hierarchy (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="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/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/events/package-tree.html">net.miarma.hystuff.events</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.<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>
</li>
</ul>
</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">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.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" class="type-name-link" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></li>
</ul>
</li>
</ul>
</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="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>
</html>