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 - ech$a- intermediary - net/minecraft/class_207$class_208- named - net/minecraft/loot/condition/InvertedLootCondition$Serializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidtoJson(JsonObject jsonObject, InvertedLootCondition invertedLootCondition, JsonSerializationContext jsonSerializationContext) 
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
toJsonpublic void toJson(JsonObject jsonObject, InvertedLootCondition invertedLootCondition, JsonSerializationContext jsonSerializationContext) - Specified by:
- toJsonin interface- JsonSerializer<InvertedLootCondition>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lech$a;a(Lcom/google/gson/JsonObject;Lech;Lcom/google/gson/JsonSerializationContext;)V- intermediary - method_892- Lnet/minecraft/class_207$class_208;method_892(Lcom/google/gson/JsonObject;Lnet/minecraft/class_207;Lcom/google/gson/JsonSerializationContext;)V- named - toJson- Lnet/minecraft/loot/condition/InvertedLootCondition$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/InvertedLootCondition;Lcom/google/gson/JsonSerializationContext;)V
 
- 
fromJsonpublic InvertedLootCondition fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
- fromJsonin interface- JsonSerializer<InvertedLootCondition>
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lech$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lech;- intermediary - method_891- Lnet/minecraft/class_207$class_208;method_891(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_207;- named - fromJson- Lnet/minecraft/loot/condition/InvertedLootCondition$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/InvertedLootCondition;
 
 
-