Interface SeededContainerLoot
Holds the loot table and seed for a container.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the loot table key.long
seed()
Gets the loot table seed.static SeededContainerLoot.Builder
seededContainerLoot
(Key lootTableKey) static SeededContainerLoot
seededContainerLoot
(Key lootTableKey, long seed)
-
Method Details
-
seededContainerLoot
@Contract(value="_, _ -> new", pure=true) static SeededContainerLoot seededContainerLoot(Key lootTableKey, long seed) -
seededContainerLoot
@Contract(value="_ -> new", pure=true) static SeededContainerLoot.Builder seededContainerLoot(Key lootTableKey) -
lootTable
Gets the loot table key.- Returns:
- the loot table key
-
seed
Gets the loot table seed.- Returns:
- the seed
-