Uses of Enum Class
net.minecraft.client.realms.gui.RealmsWorldSlotButton.Action
-
Uses of RealmsWorldSlotButton.Action in net.minecraft.client.realms.gui
Modifier and TypeMethodDescriptionprivate static RealmsWorldSlotButton.Action
RealmsWorldSlotButton.getAction
(RealmsServer server, boolean active, boolean minigame) static RealmsWorldSlotButton.Action
Returns the enum constant of this class with the specified name.static RealmsWorldSlotButton.Action[]
RealmsWorldSlotButton.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
RealmsWorldSlotButton.drawSlotFrame
(DrawContext context, int x, int y, int mouseX, int mouseY, boolean active, String slotName, int slotIndex, long imageId, @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable Text actionPrompt) RealmsWorldSlotButton.getActionPromptAndMessage
(RealmsServer server, String text, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action) ModifierConstructorDescription(package private)
State
(boolean isCurrentlyActiveSlot, String slotName, long imageId, @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable Text actionPrompt)