PluginSetupEvent class

Пакет: com.hypixel.hytale.server.core.plugin.event

Файл: com/hypixel/hytale/server/core/plugin/event/PluginSetupEvent.java

extends: PluginEvent

Методы (1)

МодификаторыВозвратСигнатура
abstract super super(var1)

Исходный код

Показать/скрыть
class="kw">package com.hypixel.hytale.server.core.plugin.event;

class="kw">import com.hypixel.hytale.server.core.plugin.PluginBase;
class="kw">import javax.annotation.Nonnull;

class="kw">public class PluginSetupEvent class="kw">extends PluginEvent {
   class="kw">public PluginSetupEvent(@Nonnull PluginBase var1) {
      super(var1);
   }
}