public class OpSelfCommand extends AbstractPlayerCommand
Command for opsel operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > OpSelfCommand
Field Summary
uuid
final
UUID
uuid
Field uuid.
perms
final
PermissionsModule
perms
Field perms.
opGroup
final
String
opGroup
Field opGroup.
groups
final
Set
groups
Field groups.
Method Detail
OpSelfCommand
public
public
OpSelfCommand
()
Method OpSelfCommand.
canGeneratePermission
protected
boolean
canGeneratePermission
()
Method canGeneratePermission.
execute
protected
void
execute
(@NonNullDecl final CommandContext context, @NonNullDecl final Store store, @NonNullDecl final Ref ref, @NonNullDecl final PlayerRef playerRef, @NonNullDecl final World world)
Method execute.
- Parameters:
@NonNullDecl final CommandContextcontext@NonNullDecl final Storestore@NonNullDecl final Refref@NonNullDecl final PlayerRefplayerRef@NonNullDecl final Worldworld