public final class VelocityLamp
extends java.lang.Object
Accept individual functions using Lamp.Builder#accept(LampBuilderVisitor)
| Constructor and Description |
|---|
VelocityLamp() |
| Modifier and Type | Method and Description |
|---|---|
static revxrsal.commands.Lamp.Builder<VelocityCommandActor> |
builder(@NotNull java.lang.Object plugin,
@NotNull com.velocitypowered.api.proxy.ProxyServer server)
Returns a
Lamp.Builder that contains the default registrations
for the Velocity platform |
static <A extends VelocityCommandActor> |
builder(@NotNull VelocityLampConfig<A> config)
Returns a
Lamp.Builder that contains the default registrations
for the Velocity platform |
public static <A extends VelocityCommandActor> revxrsal.commands.Lamp.Builder<A> builder(@NotNull @NotNull VelocityLampConfig<A> config)
Lamp.Builder that contains the default registrations
for the Velocity platformA - The actor typeconfig - The configLamp.Builderpublic static revxrsal.commands.Lamp.Builder<VelocityCommandActor> builder(@NotNull @NotNull java.lang.Object plugin, @NotNull @NotNull com.velocitypowered.api.proxy.ProxyServer server)
Lamp.Builder that contains the default registrations
for the Velocity platformplugin - The plugin instanceserver - The server instanceLamp.Builder