Interface Warp.Builder

All Superinterfaces:
AbstractBuilder<Warp>, Builder<Warp,Warp.Builder>, ResettableBuilder<Warp,Warp.Builder>
Enclosing interface:
Warp

public static interface Warp.Builder extends AbstractBuilder<Warp>, Builder<Warp,Warp.Builder>
  • Method Details

    • setName

      Warp.Builder setName(String name)
      Set new name of warp point.
    • setLocation

      Warp.Builder setLocation(Location location)
      Set new location of warp point.
    • setPrivate

      Warp.Builder setPrivate(boolean value)
      Changing Warp Status. If true, the warp will be private. If false, the warp will be public.