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