public static class EntityHasProperty.Serializer extends LootCondition.Serializer<EntityHasProperty>
Modifier | Constructor and Description |
---|---|
protected |
Serializer() |
Modifier and Type | Method and Description |
---|---|
EntityHasProperty |
deserialize(com.google.gson.JsonObject json,
com.google.gson.JsonDeserializationContext context) |
void |
serialize(com.google.gson.JsonObject json,
EntityHasProperty value,
com.google.gson.JsonSerializationContext context) |
getConditionClass, getLootTableLocation
public void serialize(com.google.gson.JsonObject json, EntityHasProperty value, com.google.gson.JsonSerializationContext context)
serialize
in class LootCondition.Serializer<EntityHasProperty>
public EntityHasProperty deserialize(com.google.gson.JsonObject json, com.google.gson.JsonDeserializationContext context)
deserialize
in class LootCondition.Serializer<EntityHasProperty>