yarn/mappings/net/minecraft/recipe/SpecialRecipeSerializer.map...

19 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1866 net/minecraft/recipe/SpecialRecipeSerializer
COMMENT A serializer for hardcoded recipes. The recipes with this serializer don't
COMMENT transport any extra data besides their ID when read from JSON or synchronized
COMMENT over network.
COMMENT
COMMENT <p>The name "special" comes from the fact that in vanilla, recipes using this
COMMENT serializer have IDs starting with {@code crafting_special_}. All of their logic and ingredients
COMMENT are also defined in code, which distinguishes them from "non-special" recipes.
2023-08-31 02:46:36 -04:00
FIELD field_46106 codec Lcom/mojang/serialization/Codec;
FIELD field_48362 packetCodec Lnet/minecraft/class_9139;
2022-10-19 13:11:34 -04:00
FIELD field_9046 factory Lnet/minecraft/class_1866$class_7711;
2022-10-22 12:47:15 -04:00
METHOD <init> (Lnet/minecraft/class_1866$class_7711;)V
ARG 1 factory
2023-09-01 16:24:03 -04:00
METHOD method_53773 (Lnet/minecraft/class_1866$class_7711;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 1 instance
2022-10-22 12:47:15 -04:00
CLASS class_7711 Factory
2023-08-31 02:46:36 -04:00
METHOD create (Lnet/minecraft/class_7710;)Lnet/minecraft/class_3955;
ARG 1 category