Package com.janboerman.invsee.spigot.api
Interface Title
- All Known Implementing Classes:
ConstantTitle
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents the title of a
SpectatorInventoryView
.
The title string is computed from a Target
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Title
Get the default ender chest spectator inventory title:"<target>'s enderchest"
static Title
Get the default main spectator inventory title:"<target>'s inventory"
static Title
Create a title with a constant tile string.static Title
Convert a Function into a Title.Get the title string for a given Target.
-
Method Details
-
titleFor
-
of
-
of
-
defaultMainInventory
Get the default main spectator inventory title:"<target>'s inventory"
-
defaultEnderInventory
Get the default ender chest spectator inventory title:"<target>'s enderchest"
-