Class OperatorTypeParameterCountProvider

java.lang.Object
com.blamejared.crafttweaker.annotation.processor.util.OperatorTypeParameterCountProvider

public class OperatorTypeParameterCountProvider extends Object
  • Constructor Details

    • OperatorTypeParameterCountProvider

      public OperatorTypeParameterCountProvider()
  • Method Details

    • validateParameterCount

      public static Optional<String> validateParameterCount(org.openzen.zencode.java.ZenCodeType.OperatorType operatorType, int actualParams)
    • getParameterCountFor

      public static int getParameterCountFor(org.openzen.zencode.java.ZenCodeType.OperatorType operatorType)