Package net.minecraft.loot.condition
Class InvertedLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.InvertedLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<InvertedLootCondition>
- Enclosing class:
InvertedLootCondition
public static class InvertedLootCondition.Serializer
extends Object
implements JsonSerializer<InvertedLootCondition>
- Mappings:
Namespace Name official dxi$aintermediary net/minecraft/class_207$class_208named net/minecraft/loot/condition/InvertedLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_891(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidmethod_892(JsonObject jsonObject, InvertedLootCondition invertedLootCondition, JsonSerializationContext jsonSerializationContext) Methods 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_892
public void method_892(JsonObject jsonObject, InvertedLootCondition invertedLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxi$a;a(Lcom/google/gson/JsonObject;Ldxi;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_892Lnet/minecraft/class_207$class_208;method_892(Lcom/google/gson/JsonObject;Lnet/minecraft/class_207;Lcom/google/gson/JsonSerializationContext;)Vnamed method_892Lnet/minecraft/loot/condition/InvertedLootCondition$Serializer;method_892(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/InvertedLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_891
public InvertedLootCondition method_891(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxi$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxi;intermediary method_891Lnet/minecraft/class_207$class_208;method_891(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_207;named method_891Lnet/minecraft/loot/condition/InvertedLootCondition$Serializer;method_891(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/InvertedLootCondition;
-