Class LootFunctions

java.lang.Object
com.refinedmods.refinedstorage.common.content.LootFunctions

public final class LootFunctions extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LootFunctions
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>
     
    com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>
     
    com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>
     
    void
    setEnergy(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)
     
    void
    setPortableGrid(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)
     
    void
    setStorageBlock(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • getStorageBlock

      public com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction> getStorageBlock()
    • setStorageBlock

      public void setStorageBlock(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)
    • getEnergy

      public com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction> getEnergy()
    • setEnergy

      public void setEnergy(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)
    • getPortableGrid

      public com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction> getPortableGrid()
    • setPortableGrid

      public void setPortableGrid(Supplier<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.storage.loot.functions.LootItemFunction>> supplier)