Interface FlagConfig.Builder

All Superinterfaces:
net.kyori.adventure.builder.AbstractBuilder<FlagConfig>, org.spongepowered.api.util.Builder<FlagConfig,FlagConfig.Builder>, org.spongepowered.api.util.ResettableBuilder<FlagConfig,FlagConfig.Builder>
Enclosing interface:
FlagConfig

public static interface FlagConfig.Builder extends net.kyori.adventure.builder.AbstractBuilder<FlagConfig>, org.spongepowered.api.util.Builder<FlagConfig,FlagConfig.Builder>
  • Method Summary

    Modifier and Type
    Method
    Description
    Setting the name of the flag.
    setSettings(FlagSettings flagSettings)
    Setting the flag parameters.

    Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder

    build

    Methods inherited from interface org.spongepowered.api.util.Builder

    reset