Constant Field Values

Contents

ch.njol.*

  • ch.njol.skript.entity.EntityData<E extends org.bukkit.entity.Entity>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "entities"
  • ch.njol.skript.lang.function.Functions
    Modifier and Type
    Constant Field
    Value
    public static final String
    "[\\p{IsAlphabetic}][\\p{IsAlphabetic}\\p{IsDigit}_]*"
  • ch.njol.skript.registrations.EventValues
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
    public static final int
    0
    public static final int
    -1
  • ch.njol.skript.util.Direction
    Modifier and Type
    Constant Field
    Value
    public static final double
    61863.0
  • ch.njol.util.VectorMath
    Modifier and Type
    Constant Field
    Value
    public static final double
    0.017453292519943295
    public static final double
    1.5707963267948966
    public static final double
    3.141592653589793
    public static final double
    57.29577951308232

org.skriptlang.*