Package org.skriptlang.skript.lang.properties
package org.skriptlang.skript.lang.properties
-
ClassDescriptionProperty<Handler extends PropertyHandler<?>>A property that can be applied to certain types of objects.Property.PropertyInfo<Handler extends PropertyHandler<?>>A pair of a property and a handler.PropertyBaseCondition<Handler extends PropertyHandler.ConditionPropertyHandler<?>>A helper class for implementing property-driven conditions.A base class for properties that requires only few overridden methods.PropertyBaseSyntax<Handler extends PropertyHandler<?>>A base interface for syntaxes dealing with properties to extend and use for common utilities.PropertyHandler<Type>A handler for a specific property.A handler for a simple property condition.PropertyHandler.ContainsHandler<Container,
Element> A handler that can check if a container contains a specific element.PropertyHandler.ExpressionPropertyHandler<Type,ReturnType> A handler that can get and optionally change a property value.PropertyHandler.TypedValuePropertyHandler<Type,ValueType> PropertyMap<Handler extends PropertyHandler<?>>A map of property handlers for different classes.A registry handlingProperty
s.