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 ContextAwarePredicateContextAwarePredicate.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 LootContextParamSetLootTableProvider.SubProviderEntry.paramSetThe field for theparamSetrecord component.Methods in net.minecraft.data.loot that return LootContextParamSetModifier and TypeMethodDescriptionLootTableProvider.SubProviderEntry.paramSet()Returns the value of theparamSetrecord component.Constructors in net.minecraft.data.loot with parameters of type LootContextParamSetModifierConstructorDescriptionSubProviderEntry(Supplier<LootTableSubProvider> provider, LootContextParamSet paramSet) Creates an instance of aSubProviderEntryrecord 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 LootContextParamSetLootTable.DEFAULT_PARAM_SETprivate final LootContextParamSetValidationContext.paramsprivate LootContextParamSetLootTable.Builder.paramSet(package private) final LootContextParamSetLootTable.paramSetMethods 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 LootContextParamSetLootContextParamSets.ADVANCEMENT_ENTITYstatic final LootContextParamSetLootContextParamSets.ADVANCEMENT_LOCATIONstatic final LootContextParamSetLootContextParamSets.ADVANCEMENT_REWARDstatic final LootContextParamSetLootContextParamSets.ALL_PARAMSstatic final LootContextParamSetLootContextParamSets.ARCHAEOLOGYstatic final LootContextParamSetLootContextParamSets.BLOCKstatic final LootContextParamSetLootContextParamSets.CHESTstatic final LootContextParamSetLootContextParamSets.COMMANDstatic final LootContextParamSetLootContextParamSets.EMPTYstatic final LootContextParamSetLootContextParamSets.ENTITYstatic final LootContextParamSetLootContextParamSets.FISHINGstatic final LootContextParamSetLootContextParamSets.GIFTstatic final LootContextParamSetLootContextParamSets.PIGLIN_BARTERstatic final LootContextParamSetLootContextParamSets.SELECTORFields 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.REGISTRYMethods in net.minecraft.world.level.storage.loot.parameters that return LootContextParamSetModifier and TypeMethodDescriptionLootContextParamSet.Builder.build()static LootContextParamSetLootContextParamSets.get(ResourceLocation p_81432_) private static LootContextParamSetLootContextParamSets.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 ResourceLocationLootContextParamSets.getKey(LootContextParamSet p_81427_)