Fix missing mappings. (#1101)

This commit is contained in:
LambdAurora 2020-02-09 13:17:32 +01:00 committed by GitHub
parent 58d38fa944
commit fa85d97f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CLASS net/minecraft/class_2960 net/minecraft/util/Identifier
ARG 1 id
COMMENT A string of the form <namespace>:<path>, for example minecraft:iron_ingot.
COMMENT The string will be split (on the :) into an identifier with the specified path and namespace.
COMMENT Prefer using the constructor {@link net.minecraft.util.Identifier
COMMENT Prefer using the constructor {@link net.minecraft.util.Identifier#Identifier(java.lang.String, java.lang.String)} that takes the namespace and path as individual parameters to avoid mistakes.
METHOD <init> (Ljava/lang/String;Ljava/lang/String;)V
ARG 1 namespace
ARG 2 path

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_4748 net/minecraft/util/profiler/ProfileLocationInfo
COMMENT Profiling information on a specific profiler location.
METHOD method_24272 getTotalTime ()J
COMMENT Returns the total time spent visiting the profiler location.
METHOD method_24273 getVisitCount ()J

View File

@ -188,6 +188,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
METHOD method_8513 setDefaultSpawnClient ()V
METHOD method_8514 getTagManager ()Lnet/minecraft/class_3505;
METHOD method_8515 isTopSolid (Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;)Z
ARG 1 pos
ARG 2 entity
METHOD method_8516 setTime (J)V
ARG 1 time