Class FieldWrapper

  • All Implemented Interfaces:

    
    public final class FieldWrapper
    
                        

    Wraps the obfuscated EmbedField class to provide nice method names and require only one central update if method names change after an update

    • Constructor Summary

      Constructors 
      Constructor Description
      FieldWrapper(EmbedField field)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final String getValue()
      final Boolean isInline()
      final EmbedField raw() Returns the raw (obfuscated) EmbedField Object associated with this wrapper
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldWrapper

        FieldWrapper(EmbedField field)