Interface EntityScriptBuilder

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EntityScriptBuilder
Script parser
  • Method Summary

    Modifier and Type
    Method
    Description
    build(@NotNull String arg)
    Build an entity script by line
  • Method Details

    • build

      @NotNull @NotNull AnimationScript build(@NotNull @NotNull String arg)
      Build an entity script by line
      Parameters:
      arg - raw line
      Returns:
      script