Package org.skriptlang.skript.lang.arithmetic


package org.skriptlang.skript.lang.arithmetic
  • Class
    Description
    Utility class for managing arithmetic operations.
    Represents operation for calculating a "difference" between two values of the same type.
    Operation<L,R,T>
    Represents a pure binary operation that takes two operands of types L and R, performs a calculation, and returns a result of type T.
    Represents a binary operation including information about the types of its operands and its return type.
    Represents an operator used in expressions.