Uses of Class
net.minecraft.loot.LootParameterSet
-
Packages that use LootParameterSet Package Description net.minecraft.data net.minecraft.loot net.minecraftforge.common.data -
-
Uses of LootParameterSet in net.minecraft.data
Fields in net.minecraft.data with type parameters of type LootParameterSet Modifier and Type Field Description private java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>>LootTableProvider. subProvidersMethods in net.minecraft.data that return types with arguments of type LootParameterSet Modifier and Type Method Description protected java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>>LootTableProvider. getTables() -
Uses of LootParameterSet in net.minecraft.loot
Fields in net.minecraft.loot declared as LootParameterSet Modifier and Type Field Description static LootParameterSetLootParameterSets. ADVANCEMENT_ENTITYstatic LootParameterSetLootParameterSets. ADVANCEMENT_REWARDstatic LootParameterSetLootParameterSets. ALL_PARAMSstatic LootParameterSetLootParameterSets. BLOCKstatic LootParameterSetLootParameterSets. CHESTstatic LootParameterSetLootParameterSets. COMMANDstatic LootParameterSetLootTable. DEFAULT_PARAM_SETstatic LootParameterSetLootParameterSets. EMPTYstatic LootParameterSetLootParameterSets. ENTITYstatic LootParameterSetLootParameterSets. FISHINGstatic LootParameterSetLootParameterSets. GIFTprivate LootParameterSetValidationTracker. paramsprivate LootParameterSetLootTable.Builder. paramSetprivate LootParameterSetLootTable. paramSetstatic LootParameterSetLootParameterSets. PIGLIN_BARTERstatic LootParameterSetLootParameterSets. SELECTORFields in net.minecraft.loot with type parameters of type LootParameterSet Modifier and Type Field Description private static com.google.common.collect.BiMap<ResourceLocation,LootParameterSet>LootParameterSets. REGISTRYMethods in net.minecraft.loot that return LootParameterSet Modifier and Type Method Description LootParameterSetLootParameterSet.Builder. build()static LootParameterSetLootParameterSets. get(ResourceLocation p_216256_0_)LootParameterSetLootTable. getParamSet()private static LootParameterSetLootParameterSets. register(java.lang.String p_216253_0_, java.util.function.Consumer<LootParameterSet.Builder> p_216253_1_)Methods in net.minecraft.loot with parameters of type LootParameterSet Modifier and Type Method Description LootContextLootContext.Builder. create(LootParameterSet p_216022_1_)ILootCondition[]ConditionArrayParser. deserializeConditions(com.google.gson.JsonArray p_234050_1_, java.lang.String p_234050_2_, LootParameterSet p_234050_3_)static ResourceLocationLootParameterSets. getKey(LootParameterSet p_216257_0_)ValidationTrackerValidationTracker. setParams(LootParameterSet p_227529_1_)LootTable.BuilderLootTable.Builder. setParamSet(LootParameterSet p_216039_1_)Constructors in net.minecraft.loot with parameters of type LootParameterSet Constructor Description LootTable(LootParameterSet p_i51265_1_, LootPool[] p_i51265_2_, ILootFunction[] p_i51265_3_)ValidationTracker(com.google.common.collect.Multimap<java.lang.String,java.lang.String> p_i225888_1_, java.util.function.Supplier<java.lang.String> p_i225888_2_, LootParameterSet p_i225888_3_, java.util.function.Function<ResourceLocation,ILootCondition> p_i225888_4_, java.util.Set<ResourceLocation> p_i225888_5_, java.util.function.Function<ResourceLocation,LootTable> p_i225888_6_, java.util.Set<ResourceLocation> p_i225888_7_)ValidationTracker(LootParameterSet p_i225889_1_, java.util.function.Function<ResourceLocation,ILootCondition> p_i225889_2_, java.util.function.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 LootParameterSet Modifier and Type Method Description protected java.util.List<com.mojang.datafixers.util.Pair<java.util.function.Supplier<java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>>,LootParameterSet>>ForgeLootTableProvider. getTables()
-