RemoveReason enum

Пакет: com.hypixel.hytale.component

Файл: com/hypixel/hytale/component/RemoveReason.java

Поля (1)

МодификаторыТипИмя
REMOVE, UNLOAD, BUILDER_TOOLS_UNDO

Исходный код

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

class="kw">public enum RemoveReason {
   REMOVE,
   UNLOAD,
   BUILDER_TOOLS_UNDO;

   RemoveReason() {
   }
}