Package net.minecraft.loot.condition
Class EntityPropertiesLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.EntityPropertiesLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<EntityPropertiesLootCondition>
- Enclosing class:
EntityPropertiesLootCondition
public static class EntityPropertiesLootCondition.Serializer
extends Object
implements JsonSerializer<EntityPropertiesLootCondition>
- Mappings:
Namespace Name official dxo$aintermediary net/minecraft/class_215$class_216named net/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_919(JsonObject jsonObject, EntityPropertiesLootCondition entityPropertiesLootCondition, JsonSerializationContext jsonSerializationContext) method_920(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_919
public void method_919(JsonObject jsonObject, EntityPropertiesLootCondition entityPropertiesLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxo$a;a(Lcom/google/gson/JsonObject;Ldxo;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_919Lnet/minecraft/class_215$class_216;method_919(Lcom/google/gson/JsonObject;Lnet/minecraft/class_215;Lcom/google/gson/JsonSerializationContext;)Vnamed method_919Lnet/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer;method_919(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_920
public EntityPropertiesLootCondition method_920(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxo$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxo;intermediary method_920Lnet/minecraft/class_215$class_216;method_920(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_215;named method_920Lnet/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer;method_920(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;
-