类 InstrumentationEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- cn.mcres.gyhhy.MXLib.event.InstrumentationEvent
-
- 所有已实现的接口:
Cancellable
- 直接已知子类:
InstrumentationEvent.AddTransformer
,InstrumentationEvent.AppendToBootstrapClassLoaderSearch
,InstrumentationEvent.AppendToSystemClassLoaderSearch
,InstrumentationEvent.GetAllLoadedClasses
,InstrumentationEvent.GetInitiatedClasses
,InstrumentationEvent.RedefineClasses
,InstrumentationEvent.RemoveTransformer
,InstrumentationEvent.RetransformClasses
,InstrumentationEvent.SetNativeMethodPrefix
public class InstrumentationEvent extends Event
- 作者:
- 32798
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
InstrumentationEvent.AddTransformer
static class
InstrumentationEvent.AppendToBootstrapClassLoaderSearch
static class
InstrumentationEvent.AppendToSystemClassLoaderSearch
static class
InstrumentationEvent.GetAllLoadedClasses
static class
InstrumentationEvent.GetInitiatedClasses
static class
InstrumentationEvent.RedefineClasses
static class
InstrumentationEvent.RemoveTransformer
static class
InstrumentationEvent.RetransformClasses
static class
InstrumentationEvent.SetNativeMethodPrefix
-
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
-
构造器概要
构造器 构造器 说明 InstrumentationEvent(Instrumentation i, Class<?> caller)
-
方法概要
修饰符和类型 方法 说明 Class<?>
getCaller()
static HandlerList
getHandlerList()
HandlerList
getHandlers()
Instrumentation
getInstrumentation()
boolean
isCancelled()
void
setCancelled(boolean c)
-
从类继承的方法 org.bukkit.event.Event
getEventName, isAsynchronous
-
-
-
-
构造器详细资料
-
InstrumentationEvent
public InstrumentationEvent(Instrumentation i, Class<?> caller)
-
-
方法详细资料
-
getCaller
public Class<?> getCaller()
-
getInstrumentation
public Instrumentation getInstrumentation()
-
getHandlers
public HandlerList getHandlers()
- 指定者:
getHandlers
在类中Event
-
getHandlerList
public static HandlerList getHandlerList()
-
setCancelled
public void setCancelled(boolean c)
- 指定者:
setCancelled
在接口中Cancellable
-
isCancelled
public boolean isCancelled()
- 指定者:
isCancelled
在接口中Cancellable
-
-