Uses of Interface
net.minecraft.loot.ILootConditionConsumer
-
Packages that use ILootConditionConsumer Package Description net.minecraft.data.loot net.minecraft.loot net.minecraft.loot.functions -
-
Uses of ILootConditionConsumer in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type ILootConditionConsumer Modifier and Type Method Description protected static <T> TBlockLootTables. applyExplosionCondition(IItemProvider p_218560_0_, ILootConditionConsumer<T> p_218560_1_) -
Uses of ILootConditionConsumer in net.minecraft.loot
Classes in net.minecraft.loot that implement ILootConditionConsumer Modifier and Type Class Description static classAlternativesLootEntry.Builderstatic classLootEntry.Builder<T extends LootEntry.Builder<T>>static classLootFunction.Builder<T extends LootFunction.Builder<T>>(package private) static classLootFunction.SimpleBuilderstatic classLootPool.Builderstatic classStandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>(package private) static classStandaloneLootEntry.BuilderImpl -
Uses of ILootConditionConsumer in net.minecraft.loot.functions
Classes in net.minecraft.loot.functions that implement ILootConditionConsumer Modifier and Type Class Description static classCopyBlockState.Builderstatic classCopyNbt.Builderstatic classEnchantRandomly.Builderstatic classEnchantWithLevels.Builderstatic classExplorationMap.Builderstatic classLootingEnchantBonus.Builderstatic classSetContents.Builderstatic classSetStewEffect.Builder
-