Interface IThemeProperty<T>

All Known Implementing Classes:
BooleanThemeProperty, ConsumerThemeProperty, NumberThemeProperty, StringThemeProperty

@Deprecated public interface IThemeProperty<T>
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    void
    Deprecated.
     
  • Method Details

    • getName

      String getName()
      Deprecated.
    • setName

      void setName(String name)
      Deprecated.
    • getValue

      T getValue()
      Deprecated.
    • getType

      Class<?> getType()
      Deprecated.