Update CompoundTag.mapping (#1395)

* Update CompoundTag.mapping

* Remove new suffix
This commit is contained in:
Joseph Burton 2020-05-27 21:05:45 +01:00 committed by GitHub
parent bfbd2bdc41
commit ae1ac53ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 10 deletions

View File

@ -113,20 +113,14 @@ CLASS net/minecraft/class_2487 net/minecraft/nbt/CompoundTag
ARG 2 value
METHOD method_10583 getFloat (Ljava/lang/String;)F
ARG 1 key
METHOD method_25926 getUuidNew (Ljava/lang/String;)Ljava/util/UUID;
METHOD method_25926 getUuid (Ljava/lang/String;)Ljava/util/UUID;
COMMENT Reads a {@link UUID} from its NBT representation in this {@code CompoundTag}.
COMMENT
COMMENT @since 20w10a
ARG 1 key
METHOD method_25927 putUuidNew (Ljava/lang/String;Ljava/util/UUID;)V
COMMENT Reads a {@link UUID} from its NBT representation in this {@code CompoundTag}.
COMMENT
COMMENT @since 20w10a
METHOD method_25927 putUuid (Ljava/lang/String;Ljava/util/UUID;)V
COMMENT Writes a {@link UUID} to its NBT representation in this {@code CompoundTag}.
ARG 1 key
ARG 2 value
METHOD method_25928 containsUuidNew (Ljava/lang/String;)Z
METHOD method_25928 containsUuid (Ljava/lang/String;)Z
COMMENT Returns {@code true} if this {@code CompoundTag} contains a valid UUID representation associated with the given key.
COMMENT A valid UUID is represented by an int array of length 4.
COMMENT
COMMENT @since 20w10a
ARG 1 key