Add mappings to MinecraftServer (#1741)

This commit is contained in:
enbrain 2020-09-25 19:31:35 +09:00 committed by GitHub
parent 82942a674f
commit 51ddbb2207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,9 @@ CLASS net/minecraft/server/MinecraftServer
METHOD method_27728 getSaveProperties ()Lnet/minecraft/class_5219;
METHOD method_27729 updateMobSpawnOptions ()V
METHOD method_27901 setupSpawn (Lnet/minecraft/class_3218;Lnet/minecraft/class_5268;ZZZ)V
ARG 0 world
ARG 2 bonusChest
ARG 3 debugWorld
METHOD method_27902 acceptsStatusQuery ()Z
METHOD method_27903 adjustTrackingDistance (I)I
ARG 1 initialDistance
@ -117,6 +120,7 @@ CLASS net/minecraft/server/MinecraftServer
METHOD method_3718 isFlightEnabled ()Z
METHOD method_3719 getGameProfileRepo ()Lcom/mojang/authlib/GameProfileRepository;
METHOD method_3723 save (ZZZ)Z
ARG 1 suppressLogs
METHOD method_3724 isSinglePlayer ()Z
METHOD method_3725 getIconFile ()Ljava/io/File;
METHOD method_3727 hasGui ()Z
@ -148,6 +152,8 @@ CLASS net/minecraft/server/MinecraftServer
METHOD method_3754 isHardcore ()Z
METHOD method_3756 getServerPort ()I
METHOD method_3758 getFile (Ljava/lang/String;)Ljava/io/File;
ARG 1 path
COMMENT relative path from the run directory
METHOD method_3759 isUsingNativeTransport ()Z
METHOD method_3760 getPlayerManager ()Lnet/minecraft/class_3324;
METHOD method_3761 shouldForceGameMode ()Z
@ -165,6 +171,7 @@ CLASS net/minecraft/server/MinecraftServer
METHOD method_3774 prepareStartRegion (Lnet/minecraft/class_3949;)V
METHOD method_3775 shouldPreventProxyConnections ()Z
METHOD method_3776 setDifficulty (Lnet/minecraft/class_1267;Z)V
ARG 2 forceUpdate
METHOD method_3779 setServerPort (I)V
ARG 1 serverPort
METHOD method_3780 getTicks ()I