public final class BukkitLamp
extends java.lang.Object
Lamp instances that contain relevant registrations
for the Bukkit platform.| Constructor and Description |
|---|
BukkitLamp() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends BukkitCommandActor> |
builder(@NotNull BukkitLampConfig<A> config)
Returns a
Lamp.Builder that contains the default registrations
for the Bukkit platform, as well as any customizations in the given
BukkitLampConfig |
static revxrsal.commands.Lamp.Builder<BukkitCommandActor> |
builder(@NotNull org.bukkit.plugin.java.JavaPlugin plugin)
Returns a
Lamp.Builder that contains the default registrations
for the Bukkit platform |
public static revxrsal.commands.Lamp.Builder<BukkitCommandActor> builder(@NotNull @NotNull org.bukkit.plugin.java.JavaPlugin plugin)
Lamp.Builder that contains the default registrations
for the Bukkit platformplugin - The plugin instance to register withLamp.Builder containing the default configurationpublic static <A extends BukkitCommandActor> revxrsal.commands.Lamp.Builder<A> builder(@NotNull @NotNull BukkitLampConfig<A> config)
Lamp.Builder that contains the default registrations
for the Bukkit platform, as well as any customizations in the given
BukkitLampConfigconfig - The Lamp configurationLamp.Builder