Package org.skriptlang.skript.util
package org.skriptlang.skript.util
-
ClassDescriptionAn interface providing common methods to be implemented for any builder.Represents an object that can be converted back into a builder.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.Registry<T>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 beenValidated.invalidate()
d, itsValidated.valid()
method should returnfalse
.ViewProvider<T>For objects that can provide an unmodifiable view of themselves.