SeededContainerLoot
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.item.component.SeededContainerLoot;
Members
Getter
mySeededContainerLoot.lootTable
Return Type:
ResourceKey<LootTable>
static of(lootTable as ResourceKey<LootTable>, seed as long) as SeededContainerLoot
// SeededContainerLoot.of(lootTable as ResourceKey<LootTable>, seed as long) as SeededContainerLoot;SeededContainerLoot.of(myResourceKey, myLong);
Parameters:
lootTable: ResourceKey<LootTable>
Type: ResourceKey<LootTable>
seed: long
Type: long
Return Type:
SeededContainerLoot
Getter
// SeededContainerLoot.seed as longmySeededContainerLoot.seed
Return Type:
long