Package org.skriptlang.skript.util


package org.skriptlang.skript.util
  • Class
    Description
    A utility class for loading classes contained in specific packages.
    A builder for constructing a ClassLoader.
    Utilities for interacting with classes.
    Executable<Caller,Result>
    A process that can be executed, which may return its result.
    Priorities are used for things like ordering syntax and loading structures in a specific order.
    A registry maintains a collection of elements.
    Something that can become invalid due to external conditions, such as: A newer copy of the same thing becomes available. It is a finalised view that no longer reflects the real thing. Some backing object has been deleted or irreparably modified.
    Once this has been Validated.invalidate()d, its Validated.valid() method should return false.
    For objects that can provide an unmodifiable view of themselves.