public final class BukkitTitleProvider extends Object implements Provided<SentTitle>
| Constructor and Description |
|---|
BukkitTitleProvider() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Optional<SentTitle> |
get(@NotNull CfgSection section,
@NotNull String path) |
@NotNull Optional<SentTitle> |
getWithField(@NotNull SentTitle sentTitle,
@NotNull CfgSection section,
@NotNull String path) |
void |
set(@NotNull SentTitle title,
@NotNull CfgSection section,
@NotNull String path) |
public void set(@NotNull
@NotNull SentTitle title,
@NotNull
@NotNull CfgSection section,
@NotNull
@NotNull String path)
set in interface ProvidedSet<SentTitle>@NotNull public @NotNull Optional<SentTitle> getWithField(@NotNull @NotNull SentTitle sentTitle, @NotNull @NotNull CfgSection section, @NotNull @NotNull String path)
getWithField in interface ProvidedGet<SentTitle>@NotNull public @NotNull Optional<SentTitle> get(@NotNull @NotNull CfgSection section, @NotNull @NotNull String path)
get in interface ProvidedGet<SentTitle>Copyright © 2020. All rights reserved.