Class TeleportToTeam.TeamSelectionObject
java.lang.Object
net.minecraft.client.gui.spectator.categories.TeleportToTeam.TeamSelectionObject
- All Implemented Interfaces:
ISpectatorMenuObject
- Enclosing class:
- TeleportToTeam
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ResourceLocation
private final List<NetworkPlayerInfo>
private final ScorePlayerTeam
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
renderIcon
(MatrixStack p_230485_1_, float p_230485_2_, int p_230485_3_) void
selectItem
(SpectatorMenu p_178661_1_)
-
Field Details
-
team
-
location
-
players
-
-
Constructor Details
-
TeamSelectionObject
-
-
Method Details
-
selectItem
- Specified by:
selectItem
in interfaceISpectatorMenuObject
-
getName
- Specified by:
getName
in interfaceISpectatorMenuObject
-
renderIcon
- Specified by:
renderIcon
in interfaceISpectatorMenuObject
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceISpectatorMenuObject
-