AnchorActionHandler interface

Пакет: com.hypixel.hytale.server.core.modules.anchoraction

Файл: com/hypixel/hytale/server/core/modules/anchoraction/AnchorActionHandler.java

Методы (1)

МодификаторыВозвратСигнатура
abstract void handlevoid handle(@Nonnull PlayerRef var1)

Исходный код

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

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

@FunctionalInterface
class="kw">public class="kw">interface AnchorActionHandler {
   void handle(@Nonnull PlayerRef var1);
}