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.subProvidersMethods 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 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 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 LootContextParamSetLootContextParamSets.ADVANCEMENT_ENTITYstatic final LootContextParamSetLootContextParamSets.ADVANCEMENT_REWARDstatic final LootContextParamSetLootContextParamSets.ALL_PARAMSstatic 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_) -
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()