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