Class ExpandSeededContainerLoot

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandSeededContainerLoot

@ZenRegister public class ExpandSeededContainerLoot extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>
    lootTable(net.minecraft.world.item.component.SeededContainerLoot internal)
     
    static net.minecraft.world.item.component.SeededContainerLoot
    of(net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> lootTable, long seed)
     
    static long
    seed(net.minecraft.world.item.component.SeededContainerLoot internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandSeededContainerLoot

      public ExpandSeededContainerLoot()
  • Method Details

    • of

      public static net.minecraft.world.item.component.SeededContainerLoot of(net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> lootTable, long seed)
    • lootTable

      public static net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> lootTable(net.minecraft.world.item.component.SeededContainerLoot internal)
    • seed

      public static long seed(net.minecraft.world.item.component.SeededContainerLoot internal)