类 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 classInstrumentationEvent.AddTransformerstatic classInstrumentationEvent.AppendToBootstrapClassLoaderSearchstatic classInstrumentationEvent.AppendToSystemClassLoaderSearchstatic classInstrumentationEvent.GetAllLoadedClassesstatic classInstrumentationEvent.GetInitiatedClassesstatic classInstrumentationEvent.RedefineClassesstatic classInstrumentationEvent.RemoveTransformerstatic classInstrumentationEvent.RetransformClassesstatic classInstrumentationEvent.SetNativeMethodPrefix-
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
-
构造器概要
构造器 构造器 说明 InstrumentationEvent(Instrumentation i, Class<?> caller)
-
方法概要
修饰符和类型 方法 说明 Class<?>getCaller()static HandlerListgetHandlerList()HandlerListgetHandlers()InstrumentationgetInstrumentation()booleanisCancelled()voidsetCancelled(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
-
-