(use|import) %clazz:EXPR% — Statements

(use|import) %clazz:EXPR%
Server1.0.0

Description

Adds a Java import to the compiled script.

Examples

use org.bukkit.Material

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

use <clazz>
import <clazz>

Related (Server)