Package net.minecraft.loot.function
Class SetLootTableLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetLootTableLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>
,LootContextAware
,LootFunction
public class SetLootTableLootFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dga
intermediary net/minecraft/class_144
named net/minecraft/loot/function/SetLootTableLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetLootTableLootFunction.Serializer
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner
-
Field Summary
Fields Modifier and Type Field Description private Identifier
id
private long
seed
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
Constructors Modifier Constructor Description private
SetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed)
-
Method Summary
Modifier and Type Method Description LootFunctionType
getType()
ItemStack
process(ItemStack stack, LootContext context)
void
validate(LootTableReporter reporter)
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official a
Ldga;a:Lwb;
intermediary field_1116
Lnet/minecraft/class_144;field_1116:Lnet/minecraft/class_2960;
named id
Lnet/minecraft/loot/function/SetLootTableLootFunction;id:Lnet/minecraft/util/Identifier;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official b
Ldga;b:J
intermediary field_1117
Lnet/minecraft/class_144;field_1117:J
named seed
Lnet/minecraft/loot/function/SetLootTableLootFunction;seed:J
-
-
Constructor Details
-
SetLootTableLootFunction
- Mappings:
Namespace Name Mixin selector official <init>
Ldga;<init>([Ldha;Lwb;J)V
intermediary <init>
Lnet/minecraft/class_144;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2960;J)V
named <init>
Lnet/minecraft/loot/function/SetLootTableLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/util/Identifier;J)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official a
Ldft;a()Ldfu;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Ldfs;a(Lbnv;Ldei;)Lbnv;
intermediary method_522
Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
named process
Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
validate
- Specified by:
validate
in interfaceLootContextAware
- Overrides:
validate
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Ldej;a(Ldeq;)V
intermediary method_292
Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
named validate
Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-