Class MythicDropEvent

  • All Implemented Interfaces:

    
    public final class MythicDropEvent
    
                        

    MM怪物掉落NI装备事件, MM怪物死亡时异步触发.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class MythicDropEvent.ConfigLoaded

      MM怪物掉落NI装备事件, MM怪物死亡时异步触发. 加载好配置, 还没生成物品时触发.

      public class MythicDropEvent.Drop

      MM怪物掉落NI装备事件, MM怪物死亡时异步触发. 生成物品后, 准备掉落前触发.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MythicDropEvent

        MythicDropEvent()
    • Method Detail