Package net.minecraft.loot.function
Class EnchantRandomlyLootFunction.Serializer
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction.Serializer<EnchantRandomlyLootFunction>
net.minecraft.loot.function.EnchantRandomlyLootFunction.Serializer
- All Implemented Interfaces:
JsonSerializer<EnchantRandomlyLootFunction>
- Enclosing class:
EnchantRandomlyLootFunction
public static class EnchantRandomlyLootFunction.Serializer
extends ConditionalLootFunction.Serializer<EnchantRandomlyLootFunction>
- Mappings:
Namespace Name official dvv$bintermediary net/minecraft/class_109$class_110named net/minecraft/loot/function/EnchantRandomlyLootFunction$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_490(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) voidmethod_491(JsonObject jsonObject, EnchantRandomlyLootFunction enchantRandomlyLootFunction, JsonSerializationContext jsonSerializationContext) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction.Serializer
fromJson, method_528, method_529Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_491
public void method_491(JsonObject jsonObject, EnchantRandomlyLootFunction enchantRandomlyLootFunction, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdvv$b;a(Lcom/google/gson/JsonObject;Ldvv;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_491Lnet/minecraft/class_109$class_110;method_491(Lcom/google/gson/JsonObject;Lnet/minecraft/class_109;Lcom/google/gson/JsonSerializationContext;)Vnamed method_491Lnet/minecraft/loot/function/EnchantRandomlyLootFunction$Serializer;method_491(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;Lcom/google/gson/JsonSerializationContext;)V
-
method_490
public EnchantRandomlyLootFunction method_490(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) - Mappings:
Namespace Name Mixin selector official aLdvv$b;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Ldxl;)Ldvv;intermediary method_490Lnet/minecraft/class_109$class_110;method_490(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_109;named method_490Lnet/minecraft/loot/function/EnchantRandomlyLootFunction$Serializer;method_490(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/function/EnchantRandomlyLootFunction;
-