Uses of Interface
net.kyori.adventure.internal.properties.AdventureProperties.Property
Packages that use AdventureProperties.Property
-
Uses of AdventureProperties.Property in net.kyori.adventure.internal.properties
Fields in net.kyori.adventure.internal.properties declared as AdventureProperties.PropertyModifier and TypeFieldDescriptionstatic final AdventureProperties.Property<Boolean> AdventureProperties.DEBUGProperty for specifying whether debug mode is enabled.static final AdventureProperties.Property<Integer> AdventureProperties.DEFAULT_FLATTENER_NESTING_LIMITProperty for setting a global default for flattener nesting.static final AdventureProperties.Property<String> AdventureProperties.DEFAULT_TRANSLATION_LOCALEProperty for specifying the default translation locale.static final AdventureProperties.Property<Boolean> AdventureProperties.SERVICE_LOAD_FAILURES_ARE_FATALProperty for specifying whether service load failures are fatal.static final AdventureProperties.Property<Boolean> AdventureProperties.TEXT_WARN_WHEN_LEGACY_FORMATTING_DETECTEDProperty for specifying whether to warn when legacy formatting is detected.Methods in net.kyori.adventure.internal.properties that return AdventureProperties.PropertyModifier and TypeMethodDescriptionstatic <T> AdventureProperties.Property<T> Creates a new property.static <T> AdventureProperties.Property<T> AdventureProperties.property(String name, Function<String, T> parser, @Nullable T defaultValue, boolean allowProviderDefaultOverride) Creates a new property.Methods in net.kyori.adventure.internal.properties with parameters of type AdventureProperties.PropertyModifier and TypeMethodDescription<T> @Nullable TAdventureProperties.DefaultOverrideProvider.overrideDefault(AdventureProperties.Property<T> property, @Nullable T existingDefault) Overrides the default value for a property.