Uses of Interface
net.minecraft.loot.functions.ILootFunction.IBuilder
-
Packages that use ILootFunction.IBuilder Package Description net.minecraft.loot net.minecraft.loot.functions -
-
Uses of ILootFunction.IBuilder in net.minecraft.loot
Classes in net.minecraft.loot that implement ILootFunction.IBuilder Modifier and Type Class Description static class
LootFunction.Builder<T extends LootFunction.Builder<T>>
(package private) static class
LootFunction.SimpleBuilder
Methods in net.minecraft.loot with parameters of type ILootFunction.IBuilder Modifier and Type Method Description T
ILootFunctionConsumer. apply(ILootFunction.IBuilder p_212841_1_)
LootPool.Builder
LootPool.Builder. apply(ILootFunction.IBuilder p_212841_1_)
LootTable.Builder
LootTable.Builder. apply(ILootFunction.IBuilder p_212841_1_)
T
StandaloneLootEntry.Builder. apply(ILootFunction.IBuilder p_212841_1_)
-
Uses of ILootFunction.IBuilder in net.minecraft.loot.functions
Classes in net.minecraft.loot.functions that implement ILootFunction.IBuilder Modifier and Type Class Description static class
CopyBlockState.Builder
static class
CopyNbt.Builder
static class
EnchantRandomly.Builder
static class
EnchantWithLevels.Builder
static class
ExplorationMap.Builder
static class
LootingEnchantBonus.Builder
static class
SetContents.Builder
static class
SetStewEffect.Builder
-