Class TeleportToPlayer
java.lang.Object
net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- All Implemented Interfaces:
ISpectatorMenuObject
,ISpectatorMenuView
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<ISpectatorMenuObject>
private static final com.google.common.collect.Ordering<NetworkPlayerInfo>
private static final ITextComponent
private static final ITextComponent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
getName()
boolean
void
renderIcon
(MatrixStack p_230485_1_, float p_230485_2_, int p_230485_3_) void
selectItem
(SpectatorMenu p_178661_1_)
-
Field Details
-
PROFILE_ORDER
-
TELEPORT_TEXT
-
TELEPORT_PROMPT
-
items
-
-
Constructor Details
-
TeleportToPlayer
public TeleportToPlayer() -
TeleportToPlayer
-
-
Method Details
-
getItems
- Specified by:
getItems
in interfaceISpectatorMenuView
-
getPrompt
- Specified by:
getPrompt
in interfaceISpectatorMenuView
-
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
-