Package ch.njol.skript.util
package ch.njol.skript.util
Various utility classes and methods.
-
ClassDescriptionAABB = Axis-Aligned Bounding BoxEffects that extend this class are ran asynchronously.Main usage is
ExprInventoryInfo
This class allows Skript to return a block while being able to recognize it asInventoryHolder
, You may only use this class if a expression's return type is anInventoryHolder
.A block that gets all data from a BlockState, and either reflects changes on the BlockState or delays them to the real block by 1 tick depending on which constructor is used.TODO !Update with every version [blocks] - also update aliases-*.skA ClassInfoReference represents a specific reference to a classinfo including any derivable contextContainer<T>Represents a class which is a container, i.e.The 'contract' of a function or another callable.A block that gets all data from the world, but either delays any changes by 1 tick of reflects them on a given BlockState depending on which constructor is used.A language utility class to be used for easily handling language values representing an Enum.Getter<R,A> Used to get a specific value from instances of some type.A class that contains methods based around making it easier to deal withUnparsedLiteral
objects.Patterns<T>A helper class useful when a expression/condition/effect/etc.Deprecated.Slot stuff got its own package.Utility class.