Schnittstelle IGuiComponent<G>
- Typparameter:
G
- is the type of the GUI aIGuiComponent
can belong to.
- Alle bekannten Unterschnittstellen:
ILayer<L>
- Alle bekannten Implementierungsklassen:
Layer
public interface IGuiComponent<G>
A
IGuiComponent
can belong to a GUI.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
belongsToGui
boolean belongsToGui()- Gibt zurück:
- true if the current
IGuiComponent
belongs to a GUI, false otherwise.
-
getStoredParentGui
G getStoredParentGui()- Gibt zurück:
- the GUI of the current
IGuiComponent
. - Löst aus:
RuntimeException
- if the currentIGuiComponent
does not belong to a GUI.
-