类 VMHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.system.VMHelper
-
- 直接已知子类:
VMHelperImpl
,VMHelperImplAPP
public class VMHelper extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 protected static Instrumentation
rcc
static VMHelper
vhelper
-
方法概要
修饰符和类型 方法 说明 boolean
classCheck(String name)
boolean
classCheck(String name, ClassLoader loader)
boolean
classCkeckBoot(String name)
static VMHelper
getHelper()
Instrumentation
getInstrumentation()
static VMHelper
load()
void
onDisable()
已过时。
-
-
-
字段详细资料
-
vhelper
public static final VMHelper vhelper
-
rcc
protected static Instrumentation rcc
-
-
方法详细资料
-
getHelper
public static VMHelper getHelper()
-
load
public static VMHelper load()
-
onDisable
@Deprecated public void onDisable()
已过时。This method is called by MXBukkitLib System
Don't call this method.
-
getInstrumentation
public Instrumentation getInstrumentation()
-
classCkeckBoot
public boolean classCkeckBoot(String name)
-
classCheck
public boolean classCheck(String name, ClassLoader loader)
-
classCheck
public boolean classCheck(String name)
-
-