Uses of Class
net.minecraft.loot.ParentedLootEntry
Packages that use ParentedLootEntry
-
Uses of ParentedLootEntry in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type ParentedLootEntryModifier and TypeInterfaceDescriptionstatic interfaceParentedLootEntry.IFactory<T extends ParentedLootEntry>Subclasses of ParentedLootEntry in net.minecraft.lootModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.loot with type parameters of type ParentedLootEntryModifier and TypeMethodDescriptionstatic <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 ParentedLootEntryModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInParentedLootEntry(ParentedLootEntry entry, Item from, ITag.INamedTag<Item> to)