Map multiplayer warning screen (#1067)

"may not be suitable for all ages"

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2020-01-19 12:40:41 -06:00 committed by modmuss50
parent 60e68c5b4f
commit 586c5b7522
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
CLASS net/minecraft/class_4749 net/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen
FIELD field_21842 parent Lnet/minecraft/class_437;
FIELD field_21843 header Lnet/minecraft/class_2561;
FIELD field_21844 message Lnet/minecraft/class_2561;
FIELD field_21845 checkMessage Lnet/minecraft/class_2561;
FIELD field_21846 proceedText Lnet/minecraft/class_2561;
FIELD field_21847 backText Lnet/minecraft/class_2561;
FIELD field_21848 checkbox Lnet/minecraft/class_4286;
FIELD field_21849 lines Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_437;)V
ARG 1 parent

View File

@ -98,6 +98,7 @@ CLASS net/minecraft/class_315 net/minecraft/client/options/GameOptions
FIELD field_20308 rawMouseInput Z
FIELD field_21332 sneakToggled Z
FIELD field_21333 sprintToggled Z
FIELD field_21840 skipMultiplayerWarning Z
METHOD <init> (Lnet/minecraft/class_310;Ljava/io/File;)V
ARG 1 client
ARG 2 optionsFile