Uses of Interface
net.minecraft.world.level.storage.loot.predicates.ConditionUserBuilder
Packages that use ConditionUserBuilder
Package
Description
-
Uses of ConditionUserBuilder in net.minecraft.data.loot
Methods in net.minecraft.data.loot with type parameters of type ConditionUserBuilderModifier and TypeMethodDescriptionprotected <T extends ConditionUserBuilder<T>>
TBlockLootSubProvider.applyExplosionCondition(ItemLike type, ConditionUserBuilder<T> builder) Methods in net.minecraft.data.loot with parameters of type ConditionUserBuilderModifier and TypeMethodDescriptionprotected <T extends ConditionUserBuilder<T>>
TBlockLootSubProvider.applyExplosionCondition(ItemLike type, ConditionUserBuilder<T> builder) -
Uses of ConditionUserBuilder in net.minecraft.world.level.storage.loot
Classes in net.minecraft.world.level.storage.loot that implement ConditionUserBuilder -
Uses of ConditionUserBuilder in net.minecraft.world.level.storage.loot.entries
Classes in net.minecraft.world.level.storage.loot.entries that implement ConditionUserBuilderModifier and TypeClassDescriptionstatic classstatic classstatic classLootPoolEntryContainer.Builder<T extends LootPoolEntryContainer.Builder<T>>static classprivate static classstatic class -
Uses of ConditionUserBuilder in net.minecraft.world.level.storage.loot.functions
Classes in net.minecraft.world.level.storage.loot.functions that implement ConditionUserBuilderModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classprivate static final classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of ConditionUserBuilder in net.minecraft.world.level.storage.loot.predicates
Classes in net.minecraft.world.level.storage.loot.predicates with type parameters of type ConditionUserBuilderModifier and TypeInterfaceDescriptioninterfaceConditionUserBuilder<T extends ConditionUserBuilder<T>>Base interface for builders that can accept loot conditions.