Uses of Class
net.minecraft.client.realms.gui.RealmsWorldSlotButton.Action
| Package | Description |
|---|---|
| net.minecraft.client.realms.gui |
-
Uses of RealmsWorldSlotButton.Action in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui declared as RealmsWorldSlotButton.Action Modifier and Type Field Description RealmsWorldSlotButton.ActionRealmsWorldSlotButton.State. actionMethods in net.minecraft.client.realms.gui that return RealmsWorldSlotButton.Action Modifier and Type Method Description private static RealmsWorldSlotButton.ActionRealmsWorldSlotButton. method_27455(RealmsServer realmsServer, boolean bool, boolean bool2)static RealmsWorldSlotButton.ActionRealmsWorldSlotButton.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static RealmsWorldSlotButton.Action[]RealmsWorldSlotButton.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.realms.gui with parameters of type RealmsWorldSlotButton.Action Modifier and Type Method Description private voidRealmsWorldSlotButton. drawSlotFrame(MatrixStack matrices, int x, int y, int mouseX, int mouseY, boolean bool, String text, int int2, long long2, @Nullable String string, boolean bool2, boolean bool3, RealmsWorldSlotButton.Action action, @Nullable Text text2)private com.mojang.datafixers.util.Pair<Text,Text>RealmsWorldSlotButton. method_27454(RealmsServer realmsServer, String string, boolean bool, boolean bool2, RealmsWorldSlotButton.Action action)Constructors in net.minecraft.client.realms.gui with parameters of type RealmsWorldSlotButton.Action Constructor Description State(boolean isCurrentlyActiveSlot, String slotName, long imageId, @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable Text actionPrompt)