yarn/mappings/net/minecraft/client/gui/screen/world/GameModeSelection.mapping

12 lines
609 B
Plaintext

CLASS net/minecraft/class_5681 net/minecraft/client/gui/screen/world/GameModeSelection
FIELD field_27990 gameMode Lnet/minecraft/class_1934;
COMMENT The gamemode being chosen. @see GameMode
FIELD field_27991 name Lnet/minecraft/class_2561;
COMMENT The name of the gamemode.
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_1934;)V
ARG 3 gameMode
METHOD method_32636 getGameMode ()Lnet/minecraft/class_1934;
COMMENT Gets the gamemode with the given name (i.e. enum field). @see GameMode
METHOD method_32637 getName ()Lnet/minecraft/class_2561;
COMMENT Gets the name of the given gamemode.