Package net.minecraft.loot.conditions
Class EntityHasProperty.Serializer
- java.lang.Object
-
- net.minecraft.loot.conditions.EntityHasProperty.Serializer
-
- All Implemented Interfaces:
ILootSerializer<EntityHasProperty>
- Enclosing class:
- EntityHasProperty
public static class EntityHasProperty.Serializer extends java.lang.Object implements ILootSerializer<EntityHasProperty>
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityHasProperty
deserialize(com.google.gson.JsonObject p_230423_1_, com.google.gson.JsonDeserializationContext p_230423_2_)
void
serialize(com.google.gson.JsonObject p_230424_1_, EntityHasProperty p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
-
-
-
Method Detail
-
serialize
public void serialize(com.google.gson.JsonObject p_230424_1_, EntityHasProperty p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
- Specified by:
serialize
in interfaceILootSerializer<EntityHasProperty>
-
deserialize
public EntityHasProperty deserialize(com.google.gson.JsonObject p_230423_1_, com.google.gson.JsonDeserializationContext p_230423_2_)
- Specified by:
deserialize
in interfaceILootSerializer<EntityHasProperty>
-
-