Uses of Class
net.minecraft.loot.LootEntry.Serializer
-
Packages that use LootEntry.Serializer Package Description net.minecraft.loot -
-
Uses of LootEntry.Serializer in net.minecraft.loot
Subclasses of LootEntry.Serializer in net.minecraft.loot Modifier and Type Class Description static class
DynamicLootEntry.Serializer
static class
EmptyLootEntry.Serializer
static class
ItemLootEntry.Serializer
static class
StandaloneLootEntry.Serializer<T extends StandaloneLootEntry>
static class
TableLootEntry.Serializer
static class
TagLootEntry.Serializer
Methods in net.minecraft.loot that return LootEntry.Serializer Modifier and Type Method Description static <T extends ParentedLootEntry>
LootEntry.Serializer<T>ParentedLootEntry. createSerializer(ParentedLootEntry.IFactory<T> p_237409_0_)
-