public interface FrameFactory
| Modifier and Type | Method and Description |
|---|---|
@NotNull Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin) |
@NotNull Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
boolean unregisterOnDisable) |
@NotNull Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull Logger logger) |
@NotNull Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull Logger logger,
boolean unregisterOnDisable) |
@NotNull @NotNull Frame create(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull Logger logger, boolean unregisterOnDisable)
@NotNull @NotNull Frame create(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull Logger logger)
@NotNull @NotNull Frame create(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, boolean unregisterOnDisable)
@NotNull @NotNull Frame create(@NotNull @NotNull org.bukkit.plugin.Plugin plugin)