ZenRegister
The ZenRegister Annotation is used to register a class that also has either the @ZenClass
or the @ZenExpansion
annotation.
This is the preferred way of registering Classes in ZenScript.
Example
@ZenClass("crafttweaker.item.IIngredient")@ZenRegisterpublic interface IIngredient { ...}