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