Uses of Interface
modelarium.entities.attributes.properties.functional.EnvironmentPropertyRunFunction
Packages that use EnvironmentPropertyRunFunction
Package
Description
Provides functional interfaces and lambda-backed implementations of property attributes.
-
Uses of EnvironmentPropertyRunFunction in modelarium.entities.attributes.properties.functional
Constructors in modelarium.entities.attributes.properties.functional with parameters of type EnvironmentPropertyRunFunctionModifierConstructorDescriptionFunctionalEnvironmentProperty(String name, boolean isLogged, AttributeAccessLevel accessLevel, Class<T> type, EnvironmentPropertyGetterFunction<T> getter, EnvironmentPropertySetterFunction<T> setter, EnvironmentPropertyRunFunction<T> runLogic) Constructs a new functional environment property with the specified logic functions.