Interface Warp.Builder
- All Superinterfaces:
AbstractBuilder<Warp>
,Builder<Warp,
,Warp.Builder> ResettableBuilder<Warp,
Warp.Builder>
- Enclosing interface:
- Warp
-
Method Summary
Modifier and TypeMethodDescriptionsetLocation
(Location location) Set new location of warp point.Set new name of warp point.setPrivate
(boolean value) Changing Warp Status.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
-
Method Details
-
setName
Set new name of warp point. -
setLocation
Set new location of warp point. -
setPrivate
Changing Warp Status. If true, the warp will be private. If false, the warp will be public.
-