Interface InventoryViewBuilder<V extends InventoryView>
- Type Parameters:
- V- the type of InventoryView created from this builder
- All Known Subinterfaces:
- LocationInventoryViewBuilder<V>,- MerchantInventoryViewBuilder<V>
Generic Builder for InventoryView's with no special attributes or parameters
- 
Method SummaryModifier and TypeMethodDescriptionbuild(HumanEntity player) Builds this builder into a InventoryViewcopy()Makes a copy of this builderSets the title of the builder
- 
Method Details- 
copyInventoryViewBuilder<V> copy()Makes a copy of this builder- Returns:
- a copy of this builder
 
- 
titleSets the title of the builder- Parameters:
- title- the title, or null for a default title
- Returns:
- this builder
 
- 
buildBuilds this builder into a InventoryView- Parameters:
- player- the player to assign to the view
- Returns:
- the created InventoryView
 
 
-