public final class FrameFactoryImpl
extends java.lang.Object
implements net.infumia.frame.FrameFactory
| Modifier and Type | Field and Description |
|---|---|
static net.infumia.frame.FrameFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.infumia.frame.Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin) |
@NotNull net.infumia.frame.Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
boolean unregisterOnDisable) |
@NotNull net.infumia.frame.Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull net.infumia.frame.logger.Logger logger) |
@NotNull net.infumia.frame.Frame |
create(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull net.infumia.frame.logger.Logger logger,
boolean unregisterOnDisable) |
@NotNull
public @NotNull net.infumia.frame.Frame create(@NotNull
@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull
@NotNull net.infumia.frame.logger.Logger logger,
boolean unregisterOnDisable)
create in interface net.infumia.frame.FrameFactory@NotNull
public @NotNull net.infumia.frame.Frame create(@NotNull
@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull
@NotNull net.infumia.frame.logger.Logger logger)
create in interface net.infumia.frame.FrameFactory@NotNull
public @NotNull net.infumia.frame.Frame create(@NotNull
@NotNull org.bukkit.plugin.Plugin plugin,
boolean unregisterOnDisable)
create in interface net.infumia.frame.FrameFactory@NotNull
public @NotNull net.infumia.frame.Frame create(@NotNull
@NotNull org.bukkit.plugin.Plugin plugin)
create in interface net.infumia.frame.FrameFactory