Uses of Class
net.minecraft.world.level.storage.loot.parameters.LootContextParamSet
Packages that use LootContextParamSet
Package
Description
-
Uses of LootContextParamSet in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type LootContextParamSetModifier and TypeMethodDescriptionfinal LootItemCondition[]
DeserializationContext.deserializeConditions
(com.google.gson.JsonArray p_25875_, String p_25876_, LootContextParamSet p_25877_) -
Uses of LootContextParamSet in net.minecraft.data.loot
Fields in net.minecraft.data.loot with type parameters of type LootContextParamSetModifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootContextParamSet>> LootTableProvider.subProviders
Methods in net.minecraft.data.loot that return types with arguments of type LootContextParamSetModifier and TypeMethodDescriptionprotected List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootContextParamSet>> LootTableProvider.getTables()
-
Uses of LootContextParamSet in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as LootContextParamSetModifier and TypeFieldDescriptionstatic final LootContextParamSet
LootTable.DEFAULT_PARAM_SET
private final LootContextParamSet
ValidationContext.params
private LootContextParamSet
LootTable.Builder.paramSet
(package private) final LootContextParamSet
LootTable.paramSet
Methods in net.minecraft.world.level.storage.loot that return LootContextParamSetMethods in net.minecraft.world.level.storage.loot with parameters of type LootContextParamSetModifier and TypeMethodDescriptionLootContext.Builder.create
(LootContextParamSet p_78976_) ValidationContext.setParams
(LootContextParamSet p_79356_) LootTable.Builder.setParamSet
(LootContextParamSet p_79166_) Constructors in net.minecraft.world.level.storage.loot with parameters of type LootContextParamSetModifierConstructorDescription(package private)
LootTable
(LootContextParamSet p_79114_, LootPool[] p_79115_, LootItemFunction[] p_79116_) ValidationContext
(com.google.common.collect.Multimap<String, String> p_79341_, Supplier<String> p_79342_, LootContextParamSet p_79343_, Function<ResourceLocation, LootItemCondition> p_79344_, Set<ResourceLocation> p_79345_, Function<ResourceLocation, LootTable> p_79346_, Set<ResourceLocation> p_79347_) ValidationContext
(LootContextParamSet p_79349_, Function<ResourceLocation, LootItemCondition> p_79350_, Function<ResourceLocation, LootTable> p_79351_) -
Uses of LootContextParamSet in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters declared as LootContextParamSetModifier and TypeFieldDescriptionstatic final LootContextParamSet
LootContextParamSets.ADVANCEMENT_ENTITY
static final LootContextParamSet
LootContextParamSets.ADVANCEMENT_REWARD
static final LootContextParamSet
LootContextParamSets.ALL_PARAMS
static final LootContextParamSet
LootContextParamSets.BLOCK
static final LootContextParamSet
LootContextParamSets.CHEST
static final LootContextParamSet
LootContextParamSets.COMMAND
static final LootContextParamSet
LootContextParamSets.EMPTY
static final LootContextParamSet
LootContextParamSets.ENTITY
static final LootContextParamSet
LootContextParamSets.FISHING
static final LootContextParamSet
LootContextParamSets.GIFT
static final LootContextParamSet
LootContextParamSets.PIGLIN_BARTER
static final LootContextParamSet
LootContextParamSets.SELECTOR
Fields in net.minecraft.world.level.storage.loot.parameters with type parameters of type LootContextParamSetModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,
LootContextParamSet> LootContextParamSets.REGISTRY
Methods in net.minecraft.world.level.storage.loot.parameters that return LootContextParamSetModifier and TypeMethodDescriptionLootContextParamSet.Builder.build()
static LootContextParamSet
LootContextParamSets.get
(ResourceLocation p_81432_) private static LootContextParamSet
LootContextParamSets.register
(String p_81429_, Consumer<LootContextParamSet.Builder> p_81430_) Methods in net.minecraft.world.level.storage.loot.parameters with parameters of type LootContextParamSetModifier and TypeMethodDescriptionstatic ResourceLocation
LootContextParamSets.getKey
(LootContextParamSet p_81427_) -
Uses of LootContextParamSet in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return types with arguments of type LootContextParamSetModifier and TypeMethodDescriptionprotected List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootContextParamSet>> ForgeLootTableProvider.getTables()