Annotation Interface TypedExpansion


@Target(TYPE) @Retention(RUNTIME) public @interface TypedExpansion
Used instead of org.openzen.zencode.java.ZenCodeType.Expansion if you don't know the zs name of the type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The expanded class, e.g.
  • Element Details

    • value

      Class<?> value
      The expanded class, e.g. IItemStack, Block, ... Can be either a CraftTweaker wrapper or a (registered) vanilla type