yarn/mappings/net/minecraft/command/argument/ArgumentTypes.mapping

19 lines
893 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2316 net/minecraft/command/argument/ArgumentTypes
FIELD field_10921 CLASS_MAP Ljava/util/Map;
2022-03-16 16:37:32 -04:00
METHOD method_10015 register (Lnet/minecraft/class_2378;)Lnet/minecraft/class_2314;
ARG 0 registry
2022-03-16 16:37:32 -04:00
METHOD method_10017 register (Lnet/minecraft/class_2378;Ljava/lang/String;Ljava/lang/Class;Lnet/minecraft/class_2314;)Lnet/minecraft/class_2314;
Javadoc for some client, datafixer and other miscellaneous areas. (#1219) * Javadoc for some client, datafixer and misc. * Update ServerPlayNetworkHandler.mapping * Update MinecraftClient.mapping * Update ClientPlayerEntity.mapping * Update PlayerListEntry.mapping * Update TypeReferences.mapping * Update Entity.mapping * Update LivingEntity.mapping * Update NbtHelper.mapping * Update CommandOutput.mapping * Update mappings/net/minecraft/client/MinecraftClient.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/TestClassArgumentType.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/server/command/CommandOutput.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/ArgumentTypes.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update PlayerListEntry.mapping * Update ClientPlayPacketListener.mapping * Update ServerPlayPacketListener.mapping * Update ClientPlayPacketListener.mapping * Fix possible build error * try 2 * Update LivingEntity.mapping * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/entity/Entity.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-03-25 19:14:55 -04:00
COMMENT Registers an argument type's serializer.
ARG 0 registry
ARG 1 id
ARG 2 clazz
ARG 3 serializer
METHOD method_41181 upcast (Ljava/lang/Class;)Ljava/lang/Class;
ARG 0 clazz
METHOD method_41983 get (Lcom/mojang/brigadier/arguments/ArgumentType;)Lnet/minecraft/class_2314;
ARG 0 argumentType
METHOD method_41984 has (Ljava/lang/Class;)Z
ARG 0 clazz
METHOD method_41985 getArgumentTypeProperties (Lcom/mojang/brigadier/arguments/ArgumentType;)Lnet/minecraft/class_2314$class_7217;
ARG 0 argumentType