Class WildfireAPI
java.lang.Object
com.wildfire.api.WildfireAPI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PlayerConfigHoldergetPlayerById(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.static GendergetPlayerGender(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.
-
Field Details
-
MODID
-
-
Constructor Details
-
WildfireAPI
public WildfireAPI()
-
-
Method Details
-
getPlayerById
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 aPlayer- Parameters:
uuid- the uuid of the targetPlayer- 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.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'sGender- Parameters:
uuid- the uuid of the targetPlayer.- See Also:
-