Uses of Interface
net.minecraft.loot.conditions.ILootCondition.IBuilder
-
Packages that use ILootCondition.IBuilder Package Description net.minecraft.data.loot net.minecraft.loot net.minecraft.loot.conditions net.minecraftforge.common.loot -
-
Uses of ILootCondition.IBuilder in net.minecraft.data.loot
Fields in net.minecraft.data.loot declared as ILootCondition.IBuilder Modifier and Type Field Description private static ILootCondition.IBuilder
BlockLootTables. HAS_NO_SHEARS_OR_SILK_TOUCH
private static ILootCondition.IBuilder
BlockLootTables. HAS_NO_SILK_TOUCH
private static ILootCondition.IBuilder
BlockLootTables. HAS_SHEARS
private static ILootCondition.IBuilder
BlockLootTables. HAS_SHEARS_OR_SILK_TOUCH
private static ILootCondition.IBuilder
BlockLootTables. HAS_SILK_TOUCH
static ILootCondition.IBuilder
FishingLootTables. IN_BAMBOO_JUNGLE
static ILootCondition.IBuilder
FishingLootTables. IN_BAMBOO_JUNGLE_HILLS
static ILootCondition.IBuilder
FishingLootTables. IN_JUNGLE
static ILootCondition.IBuilder
FishingLootTables. IN_JUNGLE_EDGE
static ILootCondition.IBuilder
FishingLootTables. IN_JUNGLE_HILLS
static ILootCondition.IBuilder
FishingLootTables. IN_MODIFIED_JUNGLE
static ILootCondition.IBuilder
FishingLootTables. IN_MODIFIED_JUNGLE_EDGE
Methods in net.minecraft.data.loot with parameters of type ILootCondition.IBuilder Modifier and Type Method Description protected static LootTable.Builder
BlockLootTables. createCropDrops(Block p_218541_0_, Item p_218541_1_, Item p_218541_2_, ILootCondition.IBuilder p_218541_3_)
protected static LootTable.Builder
BlockLootTables. createSelfDropDispatchTable(Block p_218494_0_, ILootCondition.IBuilder p_218494_1_, LootEntry.Builder<?> p_218494_2_)
-
Uses of ILootCondition.IBuilder in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type ILootCondition.IBuilder Modifier and Type Method Description T
ILootConditionConsumer. when(ILootCondition.IBuilder p_212840_1_)
T
LootEntry.Builder. when(ILootCondition.IBuilder p_212840_1_)
T
LootFunction.Builder. when(ILootCondition.IBuilder p_212840_1_)
LootPool.Builder
LootPool.Builder. when(ILootCondition.IBuilder p_212840_1_)
-
Uses of ILootCondition.IBuilder in net.minecraft.loot.conditions
Classes in net.minecraft.loot.conditions that implement ILootCondition.IBuilder Modifier and Type Class Description static class
Alternative.Builder
static class
BlockStateProperty.Builder
Methods in net.minecraft.loot.conditions with parameters of type ILootCondition.IBuilder Modifier and Type Method Description static Alternative.Builder
Alternative. alternative(ILootCondition.IBuilder... p_215960_0_)
static ILootCondition.IBuilder
Inverted. invert(ILootCondition.IBuilder p_215979_0_)
Alternative.Builder
Alternative.Builder. or(ILootCondition.IBuilder p_216297_1_)
default Alternative.Builder
ILootCondition.IBuilder. or(ILootCondition.IBuilder p_216297_1_)
Constructors in net.minecraft.loot.conditions with parameters of type ILootCondition.IBuilder Constructor Description Builder(ILootCondition.IBuilder... p_i50046_1_)
-
Uses of ILootCondition.IBuilder in net.minecraftforge.common.loot
Classes in net.minecraftforge.common.loot that implement ILootCondition.IBuilder Modifier and Type Class Description static class
LootTableIdCondition.Builder
-