Uses of Class
net.minecraft.loot.ParentedLootEntry
-
Packages that use ParentedLootEntry Package Description net.minecraft.loot net.minecraftforge.common.data -
-
Uses of ParentedLootEntry in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type ParentedLootEntry Modifier and Type Interface Description static interface
ParentedLootEntry.IFactory<T extends ParentedLootEntry>
Subclasses of ParentedLootEntry in net.minecraft.loot Modifier and Type Class Description class
AlternativesLootEntry
class
GroupLootEntry
class
SequenceLootEntry
Methods in net.minecraft.loot with type parameters of type ParentedLootEntry Modifier and Type Method Description static <T extends ParentedLootEntry>
LootEntry.Serializer<T>ParentedLootEntry. createSerializer(ParentedLootEntry.IFactory<T> p_237409_0_)
-
Uses of ParentedLootEntry in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type ParentedLootEntry Modifier and Type Method Description private boolean
ForgeLootTableProvider. findAndReplaceInParentedLootEntry(ParentedLootEntry entry, Item from, ITag.INamedTag<Item> to)
-