Interface Home

All Superinterfaces:
DataSerializable

public interface Home extends DataSerializable
Interface for managing the data of the home point.
  • Method Details

    • builder

      static Home.Builder builder()
    • of

      static Home of(String name, Location location, boolean def)
      Creating a new home point.
    • of

      static Home of(String name, Location location)
      Creating a new home point.
    • asComponent

      Component asComponent()
      Home name converted to Component.
    • getName

      String getName()
      Home name.
    • getLocation

      Location getLocation()
      Home Location.
    • isDefault

      boolean isDefault()
      If true, then this home point is the default home point.