Interface Home
- All Superinterfaces:
DataSerializable
Interface for managing the data of the home point.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
-
Method Details
-
builder
-
of
Creating a new home point. -
of
Creating a new home point. -
asComponent
Component asComponent()Home name converted toComponent
. -
getName
String getName()Home name. -
getLocation
Location getLocation()HomeLocation
. -
isDefault
boolean isDefault()If true, then this home point is the default home point.
-