Class WildfireAPI

java.lang.Object
com.wildfire.api.WildfireAPI

public final class WildfireAPI extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Mod ID for the mod
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @Nullable PlayerConfigHolder
    Deprecated.
    This method should not be considered stable in its current form, and will likely have more breaking changes made to it in the near future.
    static Gender
    Deprecated.
    This method should not be considered stable in its current form, and will likely have more breaking changes made to it in the near future.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WildfireAPI

      public WildfireAPI()
  • Method Details

    • getPlayerById

      @Deprecated public static @Nullable PlayerConfigHolder getPlayerById(UUID uuid)
      Deprecated.
      This method should not be considered stable in its current form, and will likely have more breaking changes made to it in the near future.
      Get the cached config for a Player
      Parameters:
      uuid - the uuid of the target Player
      See Also:
      API Note:
      This method will not load a player's config if they aren't already cached, and will only return the config of players the mod has already loaded.
    • getPlayerGender

      @Deprecated public static Gender getPlayerGender(UUID uuid)
      Deprecated.
      This method should not be considered stable in its current form, and will likely have more breaking changes made to it in the near future.
      Get the player's Gender
      Parameters:
      uuid - the uuid of the target Player.
      See Also: