net.minecraft.world.gen.loot.properties

public abstract class LootEntityProperty$Serializer<T extends LootEntityProperty>

bax$a
net.minecraft.class_2829$class_2830
net.minecraft.world.gen.loot.properties.LootEntityProperty$Serializer
net.minecraft.world.storage.loot.properties.EntityProperty$Serializer

Field summary

Modifier and TypeField
private final Identifier
a
field_13253
id
name
private final Class<T>
b
field_13254
type
propertyClass

Constructor summary

ModifierConstructor
protected (Identifier id, Class<T> type)

Method summary

Modifier and TypeMethod
public Identifier
a()
method_12103()
getId()
getName()
public Class<T>
b()
method_12106()
getType()
getPropertyClass()
public abstract com.google.gson.JsonElement
a(T arg0, com.google.gson.JsonSerializationContext arg1)
method_12104(T arg0, com.google.gson.JsonSerializationContext arg1)
serialize(T predicate, com.google.gson.JsonSerializationContext context)
serialize(T property, com.google.gson.JsonSerializationContext serializationContext)
public abstract T
a(com.google.gson.JsonElement arg0, com.google.gson.JsonDeserializationContext arg1)
method_12105(com.google.gson.JsonElement arg0, com.google.gson.JsonDeserializationContext arg1)
deserialize(com.google.gson.JsonElement json, com.google.gson.JsonDeserializationContext context)
deserialize(com.google.gson.JsonElement element, com.google.gson.JsonDeserializationContext deserializationContext)