Uses of Class
net.minecraft.loot.LootParameterSet
Packages that use LootParameterSet
-
Uses of LootParameterSet in net.minecraft.data
Fields in net.minecraft.data with type parameters of type LootParameterSetModifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootParameterSet>> LootTableProvider.subProviders
Methods in net.minecraft.data that return types with arguments of type LootParameterSetModifier and TypeMethodDescriptionprotected List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootParameterSet>> LootTableProvider.getTables()
-
Uses of LootParameterSet in net.minecraft.loot
Fields in net.minecraft.loot declared as LootParameterSetModifier and TypeFieldDescriptionstatic final LootParameterSet
LootParameterSets.ADVANCEMENT_ENTITY
static final LootParameterSet
LootParameterSets.ADVANCEMENT_REWARD
static final LootParameterSet
LootParameterSets.ALL_PARAMS
static final LootParameterSet
LootParameterSets.BLOCK
static final LootParameterSet
LootParameterSets.CHEST
static final LootParameterSet
LootParameterSets.COMMAND
static final LootParameterSet
LootTable.DEFAULT_PARAM_SET
static final LootParameterSet
LootParameterSets.EMPTY
static final LootParameterSet
LootParameterSets.ENTITY
static final LootParameterSet
LootParameterSets.FISHING
static final LootParameterSet
LootParameterSets.GIFT
private final LootParameterSet
ValidationTracker.params
private LootParameterSet
LootTable.Builder.paramSet
private final LootParameterSet
LootTable.paramSet
static final LootParameterSet
LootParameterSets.PIGLIN_BARTER
static final LootParameterSet
LootParameterSets.SELECTOR
Fields in net.minecraft.loot with type parameters of type LootParameterSetModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,
LootParameterSet> LootParameterSets.REGISTRY
Methods in net.minecraft.loot that return LootParameterSetModifier and TypeMethodDescriptionLootParameterSet.Builder.build()
static LootParameterSet
LootParameterSets.get
(ResourceLocation p_216256_0_) LootTable.getParamSet()
private static LootParameterSet
LootParameterSets.register
(String p_216253_0_, Consumer<LootParameterSet.Builder> p_216253_1_) Methods in net.minecraft.loot with parameters of type LootParameterSetModifier and TypeMethodDescriptionLootContext.Builder.create
(LootParameterSet p_216022_1_) final ILootCondition[]
ConditionArrayParser.deserializeConditions
(com.google.gson.JsonArray p_234050_1_, String p_234050_2_, LootParameterSet p_234050_3_) static ResourceLocation
LootParameterSets.getKey
(LootParameterSet p_216257_0_) ValidationTracker.setParams
(LootParameterSet p_227529_1_) LootTable.Builder.setParamSet
(LootParameterSet p_216039_1_) Constructors in net.minecraft.loot with parameters of type LootParameterSetModifierConstructorDescriptionprivate
LootTable
(LootParameterSet p_i51265_1_, LootPool[] p_i51265_2_, ILootFunction[] p_i51265_3_) ValidationTracker
(com.google.common.collect.Multimap<String, String> p_i225888_1_, Supplier<String> p_i225888_2_, LootParameterSet p_i225888_3_, Function<ResourceLocation, ILootCondition> p_i225888_4_, Set<ResourceLocation> p_i225888_5_, Function<ResourceLocation, LootTable> p_i225888_6_, Set<ResourceLocation> p_i225888_7_) ValidationTracker
(LootParameterSet p_i225889_1_, Function<ResourceLocation, ILootCondition> p_i225889_2_, Function<ResourceLocation, LootTable> p_i225889_3_) -
Uses of LootParameterSet in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return types with arguments of type LootParameterSetModifier and TypeMethodDescriptionprotected List<com.mojang.datafixers.util.Pair<Supplier<Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>>, LootParameterSet>> ForgeLootTableProvider.getTables()