Class Contributor

java.lang.Object
at.petrak.paucal.api.contrib.Contributor

public class Contributor extends Object
  • Constructor Details

    • Contributor

      public Contributor(UUID uuid, com.electronwill.nightconfig.core.AbstractConfig cfg)
  • Method Details

    • getContributorType

      public ContributorType getContributorType()
    • getString

      @Nullable public @Nullable String getString(String key)
    • getInt

      @Nullable public @Nullable Integer getInt(String key)
    • getFloat

      @Nullable public @Nullable Float getFloat(String key)
    • get

      @Nullable public <T> T get(String key)
    • allKeys

      public Set<String> allKeys()
    • getUuid

      public UUID getUuid()
    • otherVals

      public com.electronwill.nightconfig.core.AbstractConfig otherVals()