Class EnergyLootItemFunction
java.lang.Object
com.refinedmods.refinedstorage.common.support.energy.EnergyLootItemFunction
- 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
- Direct Known Subclasses:
PortableGridLootItemFunction
public class EnergyLootItemFunction
extends Object
implements net.minecraft.world.level.storage.loot.functions.LootItemFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.functions.LootItemFunction
net.minecraft.world.level.storage.loot.functions.LootItemFunction.Builder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStack
apply
(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.storage.loot.LootContext lootContext) net.minecraft.world.level.storage.loot.functions.LootItemFunctionType
<? extends EnergyLootItemFunction> getType()
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, validate
-
Constructor Details
-
EnergyLootItemFunction
public EnergyLootItemFunction()
-
-
Method Details
-
getType
public net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<? extends EnergyLootItemFunction> getType()- Specified by:
getType
in interfacenet.minecraft.world.level.storage.loot.functions.LootItemFunction
-
apply
public net.minecraft.world.item.ItemStack apply(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.storage.loot.LootContext lootContext) - Specified by:
apply
in interfaceBiFunction<net.minecraft.world.item.ItemStack,
net.minecraft.world.level.storage.loot.LootContext, net.minecraft.world.item.ItemStack>
-