接口 InventoryViewBuilder<V extends InventoryView>
- 类型参数:
V
- the type of InventoryView created from this builder
- 所有已知子接口:
LocationInventoryViewBuilder<V>
,MerchantInventoryViewBuilder<V>
Generic Builder for InventoryView's with no special attributes or parameters
-
方法概要
修饰符和类型方法说明build
(@NotNull HumanEntity player) Builds this builder into a InventoryViewcopy()
Makes a copy of this builderSets the title of the builder
-
方法详细资料
-
copy
Makes a copy of this builder- 返回:
- a copy of this builder
-
title
Sets the title of the builder- 参数:
title
- the title- 返回:
- this builder
-
build
Builds this builder into a InventoryView- 参数:
player
- the player to assign to the view- 返回:
- the created InventoryView
-