接口 MenuType.Typed<V extends InventoryView,B extends InventoryViewBuilder<V>>

类型参数:
V - the generic type of InventoryView that represents the view type.
B - the builder type of InventoryViewBuilder that represents the view builder.
所有超级接口:
Keyed, MenuType, RegistryAware
封闭接口:
MenuType

public static interface MenuType.Typed<V extends InventoryView,B extends InventoryViewBuilder<V>> extends MenuType
Typed represents a subtype of MenuTypes that have a known InventoryView type at compile time.