Uses of Enum Class
net.minecraft.client.realms.gui.screen.RealmsLongConfirmationScreen.Type
Packages that use RealmsLongConfirmationScreen.Type
-
Uses of RealmsLongConfirmationScreen.Type in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as RealmsLongConfirmationScreen.TypeModifier and TypeFieldDescriptionprivate final RealmsLongConfirmationScreen.TypeRealmsLongConfirmationScreen.typeMethods in net.minecraft.client.realms.gui.screen that return RealmsLongConfirmationScreen.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RealmsLongConfirmationScreen.Type[]RealmsLongConfirmationScreen.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsLongConfirmationScreen.TypeModifierConstructorDescriptionRealmsLongConfirmationScreen(BooleanConsumer callback, RealmsLongConfirmationScreen.Type type, Text line2, Text line3, boolean yesNoQuestion)