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