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 dgaintermediary net/minecraft/class_144named net/minecraft/loot/function/SetLootTableLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetLootTableLootFunction.SerializerNested 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 Identifieridprivate longseedFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
Constructors Modifier Constructor Description privateSetLootTableLootFunction(LootCondition[] conditions, Identifier id, long seed) -
Method Summary
Modifier and Type Method Description LootFunctionTypegetType()ItemStackprocess(ItemStack stack, LootContext context)voidvalidate(LootTableReporter reporter)Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official aLdga;a:Lwb;intermediary field_1116Lnet/minecraft/class_144;field_1116:Lnet/minecraft/class_2960;named idLnet/minecraft/loot/function/SetLootTableLootFunction;id:Lnet/minecraft/util/Identifier;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official bLdga;b:Jintermediary field_1117Lnet/minecraft/class_144;field_1117:Jnamed seedLnet/minecraft/loot/function/SetLootTableLootFunction;seed:J
-
-
Constructor Details
-
SetLootTableLootFunction
- Mappings:
Namespace Name Mixin selector official <init>Ldga;<init>([Ldha;Lwb;J)Vintermediary <init>Lnet/minecraft/class_144;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2960;J)Vnamed <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 aLdft;a()Ldfu;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLdfs;a(Lbnv;Ldei;)Lbnv;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named processLnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
validate
- Specified by:
validatein interfaceLootContextAware- Overrides:
validatein classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLdej;a(Ldeq;)Vintermediary method_292Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)Vnamed validateLnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-