Hierarchy For Package net.minecraft.loot.function
Class Hierarchy
- java.lang.Object
- net.minecraft.loot.function.AndLootFunction (implements net.minecraft.loot.function.LootFunction)
 - net.minecraft.loot.function.ConditionalLootFunction (implements net.minecraft.loot.function.LootFunction)
- net.minecraft.loot.function.ApplyBonusLootFunction
 - net.minecraft.loot.function.CopyComponentsLootFunction
 - net.minecraft.loot.function.CopyNameLootFunction
 - net.minecraft.loot.function.CopyNbtLootFunction
 - net.minecraft.loot.function.CopyStateLootFunction
 - net.minecraft.loot.function.EnchantedCountIncreaseLootFunction
 - net.minecraft.loot.function.EnchantRandomlyLootFunction
 - net.minecraft.loot.function.EnchantWithLevelsLootFunction
 - net.minecraft.loot.function.ExplorationMapLootFunction
 - net.minecraft.loot.function.ExplosionDecayLootFunction
 - net.minecraft.loot.function.FillPlayerHeadLootFunction
 - net.minecraft.loot.function.FilteredLootFunction
 - net.minecraft.loot.function.FurnaceSmeltLootFunction
 - net.minecraft.loot.function.LimitCountLootFunction
 - net.minecraft.loot.function.ModifyContentsLootFunction
 - net.minecraft.loot.function.ReferenceLootFunction
 - net.minecraft.loot.function.SetAttributesLootFunction
 - net.minecraft.loot.function.SetBannerPatternLootFunction
 - net.minecraft.loot.function.SetBookCoverLootFunction
 - net.minecraft.loot.function.SetComponentsLootFunction
 - net.minecraft.loot.function.SetContentsLootFunction
 - net.minecraft.loot.function.SetCountLootFunction
 - net.minecraft.loot.function.SetCustomDataLootFunction
 - net.minecraft.loot.function.SetCustomModelDataLootFunction
 - net.minecraft.loot.function.SetDamageLootFunction
 - net.minecraft.loot.function.SetEnchantmentsLootFunction
 - net.minecraft.loot.function.SetFireworkExplosionLootFunction
 - net.minecraft.loot.function.SetFireworksLootFunction
 - net.minecraft.loot.function.SetInstrumentLootFunction
 - net.minecraft.loot.function.SetItemLootFunction
 - net.minecraft.loot.function.SetLootTableLootFunction
 - net.minecraft.loot.function.SetLoreLootFunction
 - net.minecraft.loot.function.SetNameLootFunction
 - net.minecraft.loot.function.SetOminousBottleAmplifierLootFunction
 - net.minecraft.loot.function.SetPotionLootFunction
 - net.minecraft.loot.function.SetStewEffectLootFunction
 - net.minecraft.loot.function.SetWritableBookPagesLootFunction
 - net.minecraft.loot.function.SetWrittenBookPagesLootFunction
 - net.minecraft.loot.function.ToggleTooltipsLootFunction
 
 - net.minecraft.loot.function.ConditionalLootFunction.Builder<T> (implements net.minecraft.loot.condition.LootConditionConsumingBuilder<T>, net.minecraft.loot.function.LootFunction.Builder)
- net.minecraft.loot.function.ConditionalLootFunction.Joiner
 - net.minecraft.loot.function.CopyComponentsLootFunction.Builder
 - net.minecraft.loot.function.CopyNbtLootFunction.Builder
 - net.minecraft.loot.function.CopyStateLootFunction.Builder
 - net.minecraft.loot.function.EnchantedCountIncreaseLootFunction.Builder
 - net.minecraft.loot.function.EnchantRandomlyLootFunction.Builder
 - net.minecraft.loot.function.EnchantWithLevelsLootFunction.Builder
 - net.minecraft.loot.function.ExplorationMapLootFunction.Builder
 - net.minecraft.loot.function.SetAttributesLootFunction.Builder
 - net.minecraft.loot.function.SetBannerPatternLootFunction.Builder
 - net.minecraft.loot.function.SetContentsLootFunction.Builder
 - net.minecraft.loot.function.SetEnchantmentsLootFunction.Builder
 - net.minecraft.loot.function.SetLoreLootFunction.Builder
 - net.minecraft.loot.function.SetStewEffectLootFunction.Builder
 
 - net.minecraft.loot.function.LootFunctionTypes
 - net.minecraft.loot.function.SetAttributesLootFunction.AttributeBuilder
 
 
Interface Hierarchy
- net.minecraft.loot.function.ApplyBonusLootFunction.Formula
 - java.util.function.BiFunction<T,
U, R> - net.minecraft.loot.function.LootFunction (also extends net.minecraft.loot.context.LootContextAware)
 
 - net.minecraft.loot.context.LootContextAware
- net.minecraft.loot.function.LootFunction (also extends java.util.function.BiFunction<T,
U, R>)  
 - net.minecraft.loot.function.LootFunction (also extends java.util.function.BiFunction<T,
 - net.minecraft.loot.function.LootFunction.Builder
 - net.minecraft.loot.function.LootFunctionConsumingBuilder<T>
 - net.minecraft.loot.function.ToggleTooltipsLootFunction.TooltipSetter<T>
 
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- net.minecraft.loot.function.CopyComponentsLootFunction.Source (implements net.minecraft.util.StringIdentifiable)
 - net.minecraft.loot.function.CopyNameLootFunction.Source (implements net.minecraft.util.StringIdentifiable)
 - net.minecraft.loot.function.CopyNbtLootFunction.Operator (implements net.minecraft.util.StringIdentifiable)
 - net.minecraft.loot.function.SetNameLootFunction.Target (implements net.minecraft.util.StringIdentifiable)
 
 
 - java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
 
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- net.minecraft.loot.function.ApplyBonusLootFunction.BinomialWithBonusCount (implements net.minecraft.loot.function.ApplyBonusLootFunction.Formula)
 - net.minecraft.loot.function.ApplyBonusLootFunction.OreDrops (implements net.minecraft.loot.function.ApplyBonusLootFunction.Formula)
 - net.minecraft.loot.function.ApplyBonusLootFunction.Type
 - net.minecraft.loot.function.ApplyBonusLootFunction.UniformBonusCount (implements net.minecraft.loot.function.ApplyBonusLootFunction.Formula)
 - net.minecraft.loot.function.CopyNbtLootFunction.Operation
 - net.minecraft.loot.function.LootFunctionType<T>
 - net.minecraft.loot.function.SetAttributesLootFunction.Attribute
 - net.minecraft.loot.function.SetStewEffectLootFunction.StewEffect
 - net.minecraft.loot.function.ToggleTooltipsLootFunction.Toggle<T>
 
 
 - java.lang.Record