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 dxf$aintermediary net/minecraft/class_190$class_191named net/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_838(JsonObject jsonObject, DamageSourcePropertiesLootCondition damageSourcePropertiesLootCondition, JsonSerializationContext jsonSerializationContext) method_839(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) 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_838
public void method_838(JsonObject jsonObject, DamageSourcePropertiesLootCondition damageSourcePropertiesLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxf$a;a(Lcom/google/gson/JsonObject;Ldxf;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 method_838Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer;method_838(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_839
public DamageSourcePropertiesLootCondition method_839(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxf$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxf;intermediary method_839Lnet/minecraft/class_190$class_191;method_839(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_190;named method_839Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition$Serializer;method_839(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/DamageSourcePropertiesLootCondition;
-