Class Property

java.lang.Object
com.jackmeng.halcyoninae.halcyon.utils.Property

public class Property extends Object
A template class that holds information on a single property.
Since:
3.1
Author:
Jack Meng
  • Field Details

    • propertyName

      public String propertyName
    • defaultProperty

      public String defaultProperty
    • pr

      public PropertyValidator pr
    • commonProperties

      public String[] commonProperties
  • Constructor Details

  • Method Details

    • filterProperties

      public static Property[] filterProperties(String nameTag, Property.PropertyFilterType type, Property... properties)
      A method that filters a property based on the filter type.
      Parameters:
      nameTag - The name tag to filter
      type - The filter type
      properties - The properties to filter
      Returns:
      An array of the allowed filtered content
      Since:
      3.2
      See Also: