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 interfaceParentedLootEntry.IFactory<T extends ParentedLootEntry>Subclasses of ParentedLootEntry in net.minecraft.loot Modifier and Type Class Description classAlternativesLootEntryclassGroupLootEntryclassSequenceLootEntryMethods 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 booleanForgeLootTableProvider. findAndReplaceInParentedLootEntry(ParentedLootEntry entry, Item from, ITag.INamedTag<Item> to)
-