Class VelocityPlatform<C extends VelocityCommandContext<C>>
java.lang.Object
site.lab0x13.scrow.commands.velocity.VelocityPlatform<C>
- All Implemented Interfaces:
site.lab0x13.scrow.commands.PlatformAdapter<C>
public class VelocityPlatform<C extends VelocityCommandContext<C>>
extends Object
implements site.lab0x13.scrow.commands.PlatformAdapter<C>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckPermission(C ctx, @Nullable String permission) voidsendMessage(C ctx, net.kyori.adventure.text.Component message)
-
Constructor Details
-
VelocityPlatform
public VelocityPlatform()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermissionin interfacesite.lab0x13.scrow.commands.PlatformAdapter<C extends VelocityCommandContext<C>>
-
sendMessage
- Specified by:
sendMessagein interfacesite.lab0x13.scrow.commands.PlatformAdapter<C extends VelocityCommandContext<C>>
-