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 interface
ParentedLootEntry.IFactory<T extends ParentedLootEntry>
Subclasses of ParentedLootEntry in net.minecraft.lootModifier and TypeClassDescriptionclass
class
class
Methods 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 boolean
ForgeLootTableProvider.findAndReplaceInParentedLootEntry
(ParentedLootEntry entry, Item from, ITag.INamedTag<Item> to)