Interface SeededContainerLoot.Builder
- All Superinterfaces:
- DataComponentBuilder<SeededContainerLoot>
- Enclosing interface:
- SeededContainerLoot
@Experimental
@NonExtendable
public static interface SeededContainerLoot.Builder
extends DataComponentBuilder<SeededContainerLoot>
Builder for 
SeededContainerLoot.- 
Method SummaryModifier and TypeMethodDescriptionSets the loot table key.seed(long seed) Sets the loot table seed.Methods inherited from interface io.papermc.paper.datacomponent.DataComponentBuilderbuild
- 
Method Details- 
lootTableSets the loot table key.- Parameters:
- key- the loot table key
- Returns:
- the builder for chaining
- See Also:
 
- 
seedSets the loot table seed.- Parameters:
- seed- the seed
- Returns:
- the builder for chaining
- See Also:
 
 
-