public class PixelmonOverlayScreen
extends net.minecraft.client.gui.AbstractGui
Modifier and Type | Field and Description |
---|---|
static OverlayScreenState |
guiState
Whether the overlay is minimized.
|
static java.util.List<KeybindIcon> |
ICONS |
static boolean |
isVisible
Whether the overlay is visible.
|
protected static KeybindIcon |
POKEDEX_ICON |
protected static KeybindIcon |
QUEST_ICON |
static java.lang.String |
selectedMoveSkill
The name of the selected
MoveSkill . |
static int |
SIDE_BAR_HEIGHT |
static int |
targetId
The entity id the pokemon is targeting
|
protected static KeybindIcon |
TRAINER_CARD_ICON |
protected static KeybindIcon |
WIKI_ICON |
Constructor and Description |
---|
PixelmonOverlayScreen() |
Modifier and Type | Method and Description |
---|---|
static void |
checkSelection()
Moves the currently selection backwards if it is invalid.
|
static java.util.UUID |
getCurrentSpectatingUUID()
Gets the UUID of the player displayed in the message.
|
static void |
hideSpectateMessage(java.util.UUID playerUuid)
Hides the spectate message.
|
static void |
onPlayerTick()
Ticks the fading in/out of the spectate message.
|
void |
onRenderGameOverlay(net.minecraftforge.client.event.RenderGameOverlayEvent.Pre event)
Renders the overlay.
|
static void |
selectNextPixelmon()
Selects the next Pokémon in the party.
|
static void |
selectPreviousPixelmon()
Selects the previous Pokémon in the party.
|
static void |
showSpectateMessage(java.util.UUID playerUuid)
Displays the spectate message.
|
public static final int SIDE_BAR_HEIGHT
protected static final KeybindIcon POKEDEX_ICON
protected static final KeybindIcon WIKI_ICON
protected static final KeybindIcon TRAINER_CARD_ICON
protected static final KeybindIcon QUEST_ICON
public static final java.util.List<KeybindIcon> ICONS
public static OverlayScreenState guiState
public static java.lang.String selectedMoveSkill
MoveSkill
.public static int targetId
public static boolean isVisible
public void onRenderGameOverlay(net.minecraftforge.client.event.RenderGameOverlayEvent.Pre event)
event
- The event that triggered the render.public static void selectNextPixelmon()
public static void selectPreviousPixelmon()
public static void checkSelection()
public static void showSpectateMessage(java.util.UUID playerUuid)
playerUuid
- The UUID of the player displayed in the message.public static void hideSpectateMessage(java.util.UUID playerUuid)
playerUuid
- The UUID of the player displayed in the message.public static void onPlayerTick()
public static java.util.UUID getCurrentSpectatingUUID()