Files
2026-06-19 23:09:49 +02:00

150 lines
16 KiB
HTML

<!DOCTYPE HTML>
<html lang="it">
<head>
<!-- Generated by javadoc (25) on Fri Jun 19 23:05:23 CEST 2026 -->
<title>U-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2026-06-19">
<meta name="description" content="index: U">
<meta name="generator" content="javadoc/IndexWriter">
<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="index-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="../it.polimi.ingsw.gc14/module-summary.html">Module</a></li>
<li><a href="../overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Index</li>
<li><a href="../search.html">Search</a></li>
<li><a href="../help-doc.html#index">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>Index</h1>
</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Y</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><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:U">U</h2>
<dl class="index">
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/FireParticleSystem.Particle.html#update()" class="member-name-link">update()</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/FireParticleSystem.Particle.html" title="class in it.polimi.ingsw.gc14.View.GUI">FireParticleSystem.Particle</a></dt>
<dd>
<div class="block">Advances this particle by one physics step: applies wobble, moves, and decrements spark life.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.html#updateBanner(java.lang.String,boolean)" class="member-name-link">updateBanner(String, boolean)</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.html" title="class in it.polimi.ingsw.gc14.View.GUI">TotemFXMLController</a></dt>
<dd>
<div class="block">Updates the turn banner text and style based on whether it is the local player's turn.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.html#updateConfirmButton(boolean)" class="member-name-link">updateConfirmButton(boolean)</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/TotemFXMLController.html" title="class in it.polimi.ingsw.gc14.View.GUI">TotemFXMLController</a></dt>
<dd>
<div class="block">Enables or disables the confirm button and updates its visual opacity to reflect the state.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/LoginFXMLController.html#updateLoginButton(boolean)" class="member-name-link">updateLoginButton(boolean)</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/LoginFXMLController.html" title="class in it.polimi.ingsw.gc14.View.GUI">LoginFXMLController</a></dt>
<dd>
<div class="block">Enables or disables the login button and updates its visual style.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/MainFXMLController.html#updateSidePanel()" class="member-name-link">updateSidePanel()</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/MainFXMLController.html" title="class in it.polimi.ingsw.gc14.View.GUI">MainFXMLController</a></dt>
<dd>
<div class="block">Updates food/prestige labels, current-player highlight, card-icon opacity, and plays error shake if needed.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/FireParticleSystem.Particle.html#updateVisual(double,double)" class="member-name-link">updateVisual(double, double)</a> - Method in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/FireParticleSystem.Particle.html" title="class in it.polimi.ingsw.gc14.View.GUI">FireParticleSystem.Particle</a></dt>
<dd>
<div class="block">Updates color, opacity, and translate position of this particle's visual nodes
based on distance from scene edges and remaining life.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/CurrentState.html#upperDrawn()" class="member-name-link">upperDrawn()</a> - Method in class it.polimi.ingsw.gc14.Model.GamePackage.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/CurrentState.html" title="class in it.polimi.ingsw.gc14.Model.GamePackage">CurrentState</a></dt>
<dd>
<div class="block">Decrements the number of upper cards by 1.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/MainFXMLController.html#upperList" class="member-name-link">upperList</a> - Variable in class it.polimi.ingsw.gc14.View.GUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/GUI/MainFXMLController.html" title="class in it.polimi.ingsw.gc14.View.GUI">MainFXMLController</a></dt>
<dd>
<div class="block">HBox holding the upper tribe card row (and upper building stack).</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/Board.html#upperListBuilding" class="member-name-link">upperListBuilding</a> - Variable in class it.polimi.ingsw.gc14.Model.GamePackage.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/Board.html" title="class in it.polimi.ingsw.gc14.Model.GamePackage">Board</a></dt>
<dd>
<div class="block">Contains all the building cards of the upper list.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/MiniModel.html#upperListBuildingCards" class="member-name-link">upperListBuildingCards</a> - Variable in class it.polimi.ingsw.gc14.Model.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/MiniModel.html" title="class in it.polimi.ingsw.gc14.Model">MiniModel</a></dt>
<dd>
<div class="block">Upper row of building cards currently on the board.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvents/ApplyNextRound.html#upperListBuildingCards" class="member-name-link">upperListBuildingCards</a> - Variable in class it.polimi.ingsw.gc14.Network.NetworkEvents.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvents/ApplyNextRound.html" title="class in it.polimi.ingsw.gc14.Network.NetworkEvents">ApplyNextRound</a></dt>
<dd>
<div class="block">Building cards shown in the upper row of the board for the new round.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/Board.html#upperListTribe" class="member-name-link">upperListTribe</a> - Variable in class it.polimi.ingsw.gc14.Model.GamePackage.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/GamePackage/Board.html" title="class in it.polimi.ingsw.gc14.Model.GamePackage">Board</a></dt>
<dd>
<div class="block">The upper row of tribe cards.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/MiniModel.html#upperListTribeCards" class="member-name-link">upperListTribeCards</a> - Variable in class it.polimi.ingsw.gc14.Model.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/MiniModel.html" title="class in it.polimi.ingsw.gc14.Model">MiniModel</a></dt>
<dd>
<div class="block">Upper row of tribe cards currently on the board.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvents/ApplyNextRound.html#upperListTribeCards" class="member-name-link">upperListTribeCards</a> - Variable in class it.polimi.ingsw.gc14.Network.NetworkEvents.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvents/ApplyNextRound.html" title="class in it.polimi.ingsw.gc14.Network.NetworkEvents">ApplyNextRound</a></dt>
<dd>
<div class="block">Tribe cards shown in the upper row of the board for the new round.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/ErrorType.html#USER_ALREADY_CONNECTED" class="member-name-link">USER_ALREADY_CONNECTED</a> - Enum constant in enum class it.polimi.ingsw.gc14.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/ErrorType.html" title="enum class in it.polimi.ingsw.gc14">ErrorType</a></dt>
<dd>
<div class="block">The user is already connected to the server.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvent.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.Network.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/NetworkEvent.html" title="class in it.polimi.ingsw.gc14.Network">NetworkEvent</a></dt>
<dd>
<div class="block">Username of the player requesting the event.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/RMI/Client/RMIClient.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.Network.RMI.Client.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/RMI/Client/RMIClient.html" title="class in it.polimi.ingsw.gc14.Network.RMI.Client">RMIClient</a></dt>
<dd>
<div class="block">Username of the currently connected player; set during <a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/RMI/Client/RMIClient.html#connect(java.lang.String,int)"><code>RMIClient.connect(String, int)</code></a>.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/RMI/Server/RMIHeartbeat.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.Network.RMI.Server.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/RMI/Server/RMIHeartbeat.html" title="class in it.polimi.ingsw.gc14.Network.RMI.Server">RMIHeartbeat</a></dt>
<dd>
<div class="block">Username of the client monitored by this watchdog.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/TCP/Server/ClientHandler.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.Network.TCP.Server.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/TCP/Server/ClientHandler.html" title="class in it.polimi.ingsw.gc14.Network.TCP.Server">ClientHandler</a></dt>
<dd>
<div class="block">The username of the connected client on this handler</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/TCP/Server/HeartbeatHandler.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.Network.TCP.Server.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Network/TCP/Server/HeartbeatHandler.html" title="class in it.polimi.ingsw.gc14.Network.TCP.Server">HeartbeatHandler</a></dt>
<dd>
<div class="block">Username of the client associated with this heartbeat connection.</div>
</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/TUI/TUI.html#username" class="member-name-link">username</a> - Variable in class it.polimi.ingsw.gc14.View.TUI.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/View/TUI/TUI.html" title="class in it.polimi.ingsw.gc14.View.TUI">TUI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/Player.html#userName" class="member-name-link">userName</a> - Variable in class it.polimi.ingsw.gc14.Model.<a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/Player.html" title="class in it.polimi.ingsw.gc14.Model">Player</a></dt>
<dd>
<div class="block">Unique string identifier for players; must not be <code>null</code> and must not
exceed <a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/Player.html#MAX_USERNAME_LENGTH"><code>Player.MAX_USERNAME_LENGTH</code></a> otherwise an <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link"><code>IllegalArgumentException</code></a> will be thrown
when the <a href="../it.polimi.ingsw.gc14/it/polimi/ingsw/gc14/Model/Player.html#%3Cinit%3E(java.lang.String)"><code>constructor</code></a> is called.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Y</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><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a></main>
</div>
</body>
</html>