类 Tester.RunnerTest
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.mcon.PBase
-
- cn.mcres.gyhhy.MXLib.mcon.MCommandSender
-
- cn.mcres.gyhhy.MXLib.mcon.Runner
-
- cn.mcres.gyhhy.MXLib.mcon.Tester.RunnerTest
-
- 所有已实现的接口:
Types
,Runnable
,CommandSender
,RemoteConsoleCommandSender
,Permissible
,ServerOperator
- 封闭类:
- Tester
public static class Tester.RunnerTest extends Runner
-
-
字段概要
-
从类继承的字段 cn.mcres.gyhhy.MXLib.mcon.MCommandSender
name
-
从接口继承的字段 cn.mcres.gyhhy.MXLib.mcon.Types
ADD_PERMISSION, INVOKE_COMMAND, REMOVE_PERMISSION, SET_NAME, SET_OP, STOP, UTF_8
-
-
构造器概要
构造器 构造器 说明 RunnerTest(SocketChannel sc, TListener server)
-
方法概要
修饰符和类型 方法 说明 protected PermissibleBase
initBase()
protected void
invokeCommand(String line)
protected void
setName(String name)
void
setOp(boolean value)
-
从类继承的方法 cn.mcres.gyhhy.MXLib.mcon.Runner
run, sendMessage
-
从类继承的方法 cn.mcres.gyhhy.MXLib.mcon.MCommandSender
getName, sendMessage
-
从类继承的方法 cn.mcres.gyhhy.MXLib.mcon.PBase
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, getServer, hasPermission, hasPermission, isOp, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.bukkit.command.CommandSender
getServer
-
从接口继承的方法 org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
-
从接口继承的方法 org.bukkit.permissions.ServerOperator
isOp
-
-
-
-
构造器详细资料
-
RunnerTest
public RunnerTest(SocketChannel sc, TListener server)
-
-
方法详细资料
-
invokeCommand
protected void invokeCommand(String line)
- 覆盖:
invokeCommand
在类中Runner
-
setOp
public void setOp(boolean value)
- 指定者:
setOp
在接口中ServerOperator
- 覆盖:
setOp
在类中PBase
-
initBase
protected PermissibleBase initBase()
-
-