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.BuilderBlockLootTables. createSelfDropDispatchTable(Block p_218494_0_, ILootCondition.IBuilder p_218494_1_, LootEntry.Builder<?> p_218494_2_)protected static LootTable.BuilderBlockLootTables. createShearsDispatchTable(Block p_218511_0_, LootEntry.Builder<?> p_218511_1_)protected static LootTable.BuilderBlockLootTables. createSilkTouchDispatchTable(Block p_218519_0_, LootEntry.Builder<?> p_218519_1_)protected static LootTable.BuilderBlockLootTables. 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 classLootEntry.Builder<T extends LootEntry.Builder<T>>Subclasses of LootEntry.Builder in net.minecraft.loot Modifier and Type Class Description static classAlternativesLootEntry.Builderstatic classStandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>(package private) static classStandaloneLootEntry.BuilderImplMethods in net.minecraft.loot with parameters of type LootEntry.Builder Modifier and Type Method Description LootPool.BuilderLootPool.Builder. add(LootEntry.Builder<?> p_216045_1_)static AlternativesLootEntry.BuilderAlternativesLootEntry. alternatives(LootEntry.Builder<?>... p_216149_0_)AlternativesLootEntry.BuilderAlternativesLootEntry.Builder. otherwise(LootEntry.Builder<?> p_216080_1_)AlternativesLootEntry.BuilderLootEntry.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.BuilderSetContents.Builder. withEntry(LootEntry.Builder<?> p_216075_1_)
-