Class LootFunctions
java.lang.Object
com.refinedmods.refinedstorage.common.content.LootFunctions
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.storage.loot.functions.LootItemFunctionType
<EnergyLootItemFunction> net.minecraft.world.level.storage.loot.functions.LootItemFunctionType
<PortableGridLootItemFunction> net.minecraft.world.level.storage.loot.functions.LootItemFunctionType
<StorageBlockLootItemFunction> void
setEnergy
(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<EnergyLootItemFunction>> supplier) void
setPortableGrid
(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<PortableGridLootItemFunction>> supplier) void
setStorageBlock
(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<StorageBlockLootItemFunction>> supplier)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getStorageBlock
public net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<StorageBlockLootItemFunction> getStorageBlock() -
setStorageBlock
public void setStorageBlock(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<StorageBlockLootItemFunction>> supplier) -
getEnergy
public net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<EnergyLootItemFunction> getEnergy() -
setEnergy
public void setEnergy(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<EnergyLootItemFunction>> supplier) -
getPortableGrid
public net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<PortableGridLootItemFunction> getPortableGrid() -
setPortableGrid
public void setPortableGrid(Supplier<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<PortableGridLootItemFunction>> supplier)
-