Package net.minecraft.loot.condition
Class DamageSourcePropertiesLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.DamageSourcePropertiesLootCondition.Serializer
- All Implemented Interfaces:
 JsonSerializer<DamageSourcePropertiesLootCondition>
- Enclosing class:
 DamageSourcePropertiesLootCondition
public static class DamageSourcePropertiesLootCondition.Serializer
extends Object
implements JsonSerializer<DamageSourcePropertiesLootCondition>
- Mappings:
 Namespace Name official ece$aintermediary net/minecraft/class_190$class_191named net/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidtoJson(JsonObject jsonObject, DamageSourcePropertiesLootCondition damageSourcePropertiesLootCondition, JsonSerializationContext jsonSerializationContext)  
- 
Constructor Details
- 
Serializer
public Serializer() 
 - 
 - 
Method Details
- 
toJson
public void toJson(JsonObject jsonObject, DamageSourcePropertiesLootCondition damageSourcePropertiesLootCondition, JsonSerializationContext jsonSerializationContext) - Specified by:
 toJsonin interfaceJsonSerializer<DamageSourcePropertiesLootCondition>- Mappings:
 Namespace Name Mixin selector official aLece$a;a(Lcom/google/gson/JsonObject;Lece;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_838Lnet/minecraft/class_190$class_191;method_838(Lcom/google/gson/JsonObject;Lnet/minecraft/class_190;Lcom/google/gson/JsonSerializationContext;)Vnamed toJsonLnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition;Lcom/google/gson/JsonSerializationContext;)V
 - 
fromJson
public DamageSourcePropertiesLootCondition fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
 fromJsonin interfaceJsonSerializer<DamageSourcePropertiesLootCondition>- Mappings:
 Namespace Name Mixin selector official bLece$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lece;intermediary method_839Lnet/minecraft/class_190$class_191;method_839(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_190;named fromJsonLnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition;
 
 -