Uses of Class
net.minecraft.util.context.ContextKeySet
Packages that use ContextKeySet
Package
Description
-
Uses of ContextKeySet in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type ContextKeySetModifier and TypeMethodDescriptionvoid
CriterionValidator.validate
(List<ContextAwarePredicate> p_312108_, ContextKeySet p_381078_, String p_312670_) void
CriterionValidator.validate
(ContextAwarePredicate p_312318_, ContextKeySet p_381036_, String p_312401_) -
Uses of ContextKeySet in net.minecraft.data.loot
Fields in net.minecraft.data.loot declared as ContextKeySetModifier and TypeFieldDescriptionprivate final ContextKeySet
LootTableProvider.SubProviderEntry.paramSet
The field for theparamSet
record component.Methods in net.minecraft.data.loot that return ContextKeySetModifier and TypeMethodDescriptionLootTableProvider.SubProviderEntry.paramSet()
Returns the value of theparamSet
record component.Constructors in net.minecraft.data.loot with parameters of type ContextKeySetModifierConstructorDescriptionSubProviderEntry
(Function<HolderLookup.Provider, LootTableSubProvider> provider, ContextKeySet paramSet) Creates an instance of aSubProviderEntry
record class. -
Uses of ContextKeySet in net.minecraft.util.context
Fields in net.minecraft.util.context declared as ContextKeySetMethods in net.minecraft.util.context that return ContextKeySetMethods in net.minecraft.util.context with parameters of type ContextKeySet -
Uses of ContextKeySet in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display declared as ContextKeySet -
Uses of ContextKeySet in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type ContextKeySetModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<ConditionalEffect<T>> ConditionalEffect.codec
(com.mojang.serialization.Codec<T> p_345918_, ContextKeySet p_381103_) static <S> com.mojang.serialization.Codec
<TargetedConditionalEffect<S>> TargetedConditionalEffect.codec
(com.mojang.serialization.Codec<S> p_344749_, ContextKeySet p_381041_) static com.mojang.serialization.Codec
<LootItemCondition> ConditionalEffect.conditionCodec
(ContextKeySet p_381056_) static <S> com.mojang.serialization.Codec
<TargetedConditionalEffect<S>> TargetedConditionalEffect.equipmentDropsCodec
(com.mojang.serialization.Codec<S> p_345181_, ContextKeySet p_381042_) -
Uses of ContextKeySet in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as ContextKeySetModifier and TypeFieldDescriptionprivate final ContextKeySet
ValidationContext.contextKeySet
static final ContextKeySet
LootTable.DEFAULT_PARAM_SET
private ContextKeySet
LootTable.Builder.paramSet
private final ContextKeySet
LootTable.paramSet
Methods in net.minecraft.world.level.storage.loot that return ContextKeySetMethods in net.minecraft.world.level.storage.loot with parameters of type ContextKeySetModifier and TypeMethodDescriptionLootParams.Builder.create
(ContextKeySet p_381021_) ValidationContext.setContextKeySet
(ContextKeySet p_381099_) LootTable.Builder.setParamSet
(ContextKeySet p_381150_) Constructors in net.minecraft.world.level.storage.loot with parameters of type ContextKeySetModifierConstructorDescription(package private)
LootTable
(ContextKeySet p_380952_, Optional<ResourceLocation> p_299055_, List<LootPool> p_298390_, List<LootItemFunction> p_298775_) ValidationContext
(ProblemReporter p_312319_, ContextKeySet p_381121_) private
ValidationContext
(ProblemReporter p_352229_, ContextKeySet p_381144_, Optional<HolderGetter.Provider> p_381133_, Set<ResourceKey<?>> p_380961_) ValidationContext
(ProblemReporter p_311875_, ContextKeySet p_380950_, HolderGetter.Provider p_335890_) -
Uses of ContextKeySet in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters declared as ContextKeySetModifier and TypeFieldDescriptionstatic final ContextKeySet
LootContextParamSets.ADVANCEMENT_ENTITY
static final ContextKeySet
LootContextParamSets.ADVANCEMENT_LOCATION
static final ContextKeySet
LootContextParamSets.ADVANCEMENT_REWARD
static final ContextKeySet
LootContextParamSets.ALL_PARAMS
static final ContextKeySet
LootContextParamSets.ARCHAEOLOGY
static final ContextKeySet
LootContextParamSets.BLOCK
static final ContextKeySet
LootContextParamSets.BLOCK_USE
static final ContextKeySet
LootContextParamSets.CHEST
static final ContextKeySet
LootContextParamSets.COMMAND
static final ContextKeySet
LootContextParamSets.EMPTY
static final ContextKeySet
LootContextParamSets.ENCHANTED_DAMAGE
static final ContextKeySet
LootContextParamSets.ENCHANTED_ENTITY
static final ContextKeySet
LootContextParamSets.ENCHANTED_ITEM
static final ContextKeySet
LootContextParamSets.ENCHANTED_LOCATION
static final ContextKeySet
LootContextParamSets.ENTITY
static final ContextKeySet
LootContextParamSets.EQUIPMENT
static final ContextKeySet
LootContextParamSets.FISHING
static final ContextKeySet
LootContextParamSets.GIFT
static final ContextKeySet
LootContextParamSets.HIT_BLOCK
static final ContextKeySet
LootContextParamSets.PIGLIN_BARTER
static final ContextKeySet
LootContextParamSets.SELECTOR
static final ContextKeySet
LootContextParamSets.SHEARING
static final ContextKeySet
LootContextParamSets.VAULT
Fields in net.minecraft.world.level.storage.loot.parameters with type parameters of type ContextKeySetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ContextKeySet> LootContextParamSets.CODEC
private static final com.google.common.collect.BiMap
<ResourceLocation, ContextKeySet> LootContextParamSets.REGISTRY
Methods in net.minecraft.world.level.storage.loot.parameters that return ContextKeySetModifier and TypeMethodDescriptionprivate static ContextKeySet
LootContextParamSets.register
(String p_81429_, Consumer<ContextKeySet.Builder> p_81430_)