Uses of Class
net.minecraft.loot.LootEntry.Builder
-
Packages that use LootEntry.Builder Package Description net.minecraft.data.loot net.minecraft.loot net.minecraft.loot.functions -
-
Uses of LootEntry.Builder in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type LootEntry.Builder Modifier and Type Method Description protected static LootTable.Builder
BlockLootTables. createSelfDropDispatchTable(Block p_218494_0_, ILootCondition.IBuilder p_218494_1_, LootEntry.Builder<?> p_218494_2_)
protected static LootTable.Builder
BlockLootTables. createShearsDispatchTable(Block p_218511_0_, LootEntry.Builder<?> p_218511_1_)
protected static LootTable.Builder
BlockLootTables. createSilkTouchDispatchTable(Block p_218519_0_, LootEntry.Builder<?> p_218519_1_)
protected static LootTable.Builder
BlockLootTables. createSilkTouchOrShearsDispatchTable(Block p_218535_0_, LootEntry.Builder<?> p_218535_1_)
-
Uses of LootEntry.Builder in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type LootEntry.Builder Modifier and Type Class Description static class
LootEntry.Builder<T extends LootEntry.Builder<T>>
Subclasses of LootEntry.Builder in net.minecraft.loot Modifier and Type Class Description static class
AlternativesLootEntry.Builder
static class
StandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>
(package private) static class
StandaloneLootEntry.BuilderImpl
Methods in net.minecraft.loot with parameters of type LootEntry.Builder Modifier and Type Method Description LootPool.Builder
LootPool.Builder. add(LootEntry.Builder<?> p_216045_1_)
static AlternativesLootEntry.Builder
AlternativesLootEntry. alternatives(LootEntry.Builder<?>... p_216149_0_)
AlternativesLootEntry.Builder
AlternativesLootEntry.Builder. otherwise(LootEntry.Builder<?> p_216080_1_)
AlternativesLootEntry.Builder
LootEntry.Builder. otherwise(LootEntry.Builder<?> p_216080_1_)
Constructors in net.minecraft.loot with parameters of type LootEntry.Builder Constructor Description Builder(LootEntry.Builder<?>... p_i50579_1_)
-
Uses of LootEntry.Builder in net.minecraft.loot.functions
Methods in net.minecraft.loot.functions with parameters of type LootEntry.Builder Modifier and Type Method Description SetContents.Builder
SetContents.Builder. withEntry(LootEntry.Builder<?> p_216075_1_)
-