Class LootFunctionCopyMechanicalDryingBasinTanks
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
org.cyclops.integrateddynamics.loot.functions.LootFunctionCopyMechanicalDryingBasinTanks
- All Implemented Interfaces:
BiFunction<net.minecraft.world.item.ItemStack,
,net.minecraft.world.level.storage.loot.LootContext, net.minecraft.world.item.ItemStack> net.minecraft.world.level.storage.loot.functions.LootItemFunction
,net.minecraft.world.level.storage.loot.LootContextUser
public class LootFunctionCopyMechanicalDryingBasinTanks
extends net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
Copies the mechanical drying basin tanks.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.Builder<T extends net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.Builder<T>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final net.minecraft.world.level.storage.loot.functions.LootItemFunctionType
Fields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates
-
Constructor Summary
ModifierConstructorDescriptionprotected
LootFunctionCopyMechanicalDryingBasinTanks
(net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] conditionsIn) -
Method Summary
Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, simpleBuilder, validate
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.world.level.storage.loot.LootContextUser
getReferencedContextParams
-
Field Details
-
TYPE
public static final net.minecraft.world.level.storage.loot.functions.LootItemFunctionType TYPE
-
-
Constructor Details
-
LootFunctionCopyMechanicalDryingBasinTanks
protected LootFunctionCopyMechanicalDryingBasinTanks(net.minecraft.world.level.storage.loot.predicates.LootItemCondition[] conditionsIn)
-
-
Method Details
-
run
public net.minecraft.world.item.ItemStack run(net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.level.storage.loot.LootContext lootContext) - Specified by:
run
in classnet.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
-
getType
public net.minecraft.world.level.storage.loot.functions.LootItemFunctionType getType() -
load
public static void load()
-