Uses of Interface
tk.airshipcraft.commonlib.gui.objects.ITeam
Packages that use ITeam
Package
Description
Holds the essential objects and interfaces for the GUI system's various components,
such as scoreboards, boss bars, and other custom UI elements.
Provides implementation details for the objects in the GUI system, such as teams which can
be utilized within different UI components for grouping and organization.
-
Uses of ITeam in tk.airshipcraft.commonlib.gui.objects
Methods in tk.airshipcraft.commonlib.gui.objects that return ITeamModifier and TypeMethodDescriptionITeam.getParentTeam()
Retrieves the parent team of this team, if any.Methods in tk.airshipcraft.commonlib.gui.objects that return types with arguments of type ITeamModifier and TypeMethodDescriptionITeam.getChildTeams()
Gets a list of child teams associated with this team.Methods in tk.airshipcraft.commonlib.gui.objects with parameters of type ITeamModifier and TypeMethodDescriptionvoid
ITeam.addChildTeam
(ITeam team) Adds a child team to this team.void
ITeam.removeChildTeam
(ITeam team) Removes a specific child team from this team.void
ITeam.setParentTeam
(ITeam parent) Sets the parent team for this team. -
Uses of ITeam in tk.airshipcraft.commonlib.gui.objects.impl
Methods in tk.airshipcraft.commonlib.gui.objects.impl that return ITeamModifier and TypeMethodDescriptionRetrieves a team by its name.Methods in tk.airshipcraft.commonlib.gui.objects.impl with parameters of type ITeamModifier and TypeMethodDescriptionvoid
TeamManager.registerTeam
(ITeam team) Registers a new team with the manager.