Package net.minecraft.loot.condition
Class EntityScoresLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.EntityScoresLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<EntityScoresLootCondition>
- Enclosing class:
EntityScoresLootCondition
public static class EntityScoresLootCondition.Serializer
extends Object
implements JsonSerializer<EntityScoresLootCondition>
- Mappings:
Namespace Name official dxg$bintermediary net/minecraft/class_199$class_200named net/minecraft/loot/condition/EntityScoresLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_867(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidmethod_868(JsonObject jsonObject, EntityScoresLootCondition entityScoresLootCondition, JsonSerializationContext jsonSerializationContext) 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_868
public void method_868(JsonObject jsonObject, EntityScoresLootCondition entityScoresLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxg$b;a(Lcom/google/gson/JsonObject;Ldxg;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_868Lnet/minecraft/class_199$class_200;method_868(Lcom/google/gson/JsonObject;Lnet/minecraft/class_199;Lcom/google/gson/JsonSerializationContext;)Vnamed method_868Lnet/minecraft/loot/condition/EntityScoresLootCondition$Serializer;method_868(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/EntityScoresLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_867
public EntityScoresLootCondition method_867(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxg$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxg;intermediary method_867Lnet/minecraft/class_199$class_200;method_867(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_199;named method_867Lnet/minecraft/loot/condition/EntityScoresLootCondition$Serializer;method_867(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/EntityScoresLootCondition;
-