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> pEntities, ContextKeySet pContextKeySet, String pName) void
CriterionValidator.validate
(ContextAwarePredicate pEntity, ContextKeySet pContextKeySet, String pName) -
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 pContextKeySet) ValidationContext.setContextKeySet
(ContextKeySet pContextKeySet) LootTable.Builder.setParamSet
(ContextKeySet pParamSet) 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 pReporter, ContextKeySet pContextKeySet) private
ValidationContext
(ProblemReporter pReporter, ContextKeySet pContextKeySet, Optional<HolderGetter.Provider> pResolver, Set<ResourceKey<?>> pVisitedElements) ValidationContext
(ProblemReporter pReporter, ContextKeySet pContextKeySet, HolderGetter.Provider pResolver) -
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 pName, Consumer<ContextKeySet.Builder> pConstructor)