Uses of Class
com.mojang.realmsclient.gui.RealmsServerSlotButton.Action
-
Packages that use RealmsServerSlotButton.Action Package Description com.mojang.realmsclient.gui -
-
Uses of RealmsServerSlotButton.Action in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui declared as RealmsServerSlotButton.Action Modifier and Type Field Description RealmsServerSlotButton.Action
RealmsServerSlotButton.ServerData. action
Methods in com.mojang.realmsclient.gui that return RealmsServerSlotButton.Action Modifier and Type Method Description private static RealmsServerSlotButton.Action
RealmsServerSlotButton. getAction(RealmsServer p_237720_0_, boolean p_237720_1_, boolean p_237720_2_)
static RealmsServerSlotButton.Action
RealmsServerSlotButton.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RealmsServerSlotButton.Action[]
RealmsServerSlotButton.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mojang.realmsclient.gui with parameters of type RealmsServerSlotButton.Action Modifier and Type Method Description private void
RealmsServerSlotButton. drawSlotFrame(MatrixStack p_237718_1_, int p_237718_2_, int p_237718_3_, int p_237718_4_, int p_237718_5_, boolean p_237718_6_, java.lang.String p_237718_7_, int p_237718_8_, long p_237718_9_, java.lang.String p_237718_11_, boolean p_237718_12_, boolean p_237718_13_, RealmsServerSlotButton.Action p_237718_14_, ITextComponent p_237718_15_)
private com.mojang.datafixers.util.Pair<ITextComponent,ITextComponent>
RealmsServerSlotButton. getTooltipAndNarration(RealmsServer p_237719_1_, java.lang.String p_237719_2_, boolean p_237719_3_, boolean p_237719_4_, RealmsServerSlotButton.Action p_237719_5_)
Constructors in com.mojang.realmsclient.gui with parameters of type RealmsServerSlotButton.Action Constructor Description ServerData(boolean p_i232196_1_, java.lang.String p_i232196_2_, long p_i232196_3_, java.lang.String p_i232196_5_, boolean p_i232196_6_, boolean p_i232196_7_, RealmsServerSlotButton.Action p_i232196_8_, ITextComponent p_i232196_9_)
-