Package org.rspeer.game.script.meta.ui
Annotation Type ScriptOption
-
@Deprecated @Retention(RUNTIME) @Repeatable(ScriptUI.class) public @interface ScriptOption
Deprecated.
-
-
Element Detail
-
name
String name
Deprecated.
-
-
-
desc
String desc
Deprecated.- Default:
- ""
-
-
-
type
Class<?> type
Deprecated.- Default:
- java.lang.String.class
-
-
-
items
String[] items
Deprecated.- Default:
- {}
-
-
-
wrap
@Deprecated boolean wrap
Deprecated.- Default:
- true
-
-
-
span
@Deprecated int span
Deprecated.- Default:
- 1
-
-