Uses of Record Class
dev.crafty.core.actions.config.ConfigValue
Packages that use ConfigValue
-
Uses of ConfigValue in dev.crafty.core.actions.config
Methods in dev.crafty.core.actions.config that return ConfigValueModifier and TypeMethodDescriptionstatic <T> ConfigValue<T> ConfigValue.of(ConfigField<T> field, T value) static <T> ConfigValue<T> Methods in dev.crafty.core.actions.config that return types with arguments of type ConfigValueModifier and TypeMethodDescriptionList<ConfigValue<?>> ActionContext.configValues()Returns the value of theconfigValuesrecord component.Constructor parameters in dev.crafty.core.actions.config with type arguments of type ConfigValueModifierConstructorDescriptionActionContext(org.bukkit.entity.Player player, List<ConfigValue<?>> configValues) Creates an instance of aActionContextrecord class.