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_) static ContextAwarePredicate
ContextAwarePredicate.fromElement
(String p_286647_, DeserializationContext p_286323_, com.google.gson.JsonElement p_286520_, LootContextParamSet p_286912_) -
Uses of LootContextParamSet in net.minecraft.data.loot
Fields in net.minecraft.data.loot declared as LootContextParamSetModifier and TypeFieldDescriptionprivate final LootContextParamSet
LootTableProvider.SubProviderEntry.paramSet
The field for theparamSet
record component.Methods in net.minecraft.data.loot that return LootContextParamSetModifier and TypeMethodDescriptionLootTableProvider.SubProviderEntry.paramSet()
Returns the value of theparamSet
record component.Constructors in net.minecraft.data.loot with parameters of type LootContextParamSetModifierConstructorDescriptionSubProviderEntry
(Supplier<LootTableSubProvider> provider, LootContextParamSet paramSet) Creates an instance of aSubProviderEntry
record class. -
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 TypeMethodDescriptionLootParams.Builder.create
(LootContextParamSet p_287701_) 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_287716_, ResourceLocation p_287737_, LootPool[] p_287700_, LootItemFunction[] p_287663_) ValidationContext
(com.google.common.collect.Multimap<String, String> p_279202_, Supplier<String> p_279184_, LootContextParamSet p_279485_, LootDataResolver p_279476_, Set<LootDataId<?>> p_279392_) ValidationContext
(LootContextParamSet p_279447_, LootDataResolver p_279446_) -
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_LOCATION
static final LootContextParamSet
LootContextParamSets.ADVANCEMENT_REWARD
static final LootContextParamSet
LootContextParamSets.ALL_PARAMS
static final LootContextParamSet
LootContextParamSets.ARCHAEOLOGY
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_)