Uses of Interface
de.marcely.bedwars.api.player.PlayerProperties
Packages that use PlayerProperties
Package
Description
Events related to
Player
actions, or changes to player properties.Classes relevant to implement different
ShopLayouts
for the in game shop.Classes relevant to implement different
UpgradeShopLayouts
for the in game shop.Classes dedicated to fetching, updating, and saving player data/properties/stats in MBedwars.
-
Uses of PlayerProperties in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return PlayerPropertiesModifier and TypeMethodDescriptionPlayerPropertyChangeEvent.getProperties()
Get thePlayerProperties
in which the new value might get setConstructors in de.marcely.bedwars.api.event.player with parameters of type PlayerPropertiesModifierConstructorDescriptionPlayerPropertyChangeEvent
(PlayerProperties playerProperties, boolean fromRemote, boolean async, String key, String previous, String after) -
Uses of PlayerProperties in de.marcely.bedwars.api.game.shop.layout
Methods in de.marcely.bedwars.api.game.shop.layout that return PlayerPropertiesModifier and TypeMethodDescriptionShopLayoutHandler.OpenEvent.getPlayerProperties()
Returns the already loaded and ready to use player properties instance of the player -
Uses of PlayerProperties in de.marcely.bedwars.api.game.upgrade.layout
Methods in de.marcely.bedwars.api.game.upgrade.layout that return PlayerPropertiesModifier and TypeMethodDescriptionUpgradeShopLayoutHandler.OpenEvent.getPlayerProperties()
Returns the already loaded and ready to use player properties instance of the player -
Uses of PlayerProperties in de.marcely.bedwars.api.player
Methods in de.marcely.bedwars.api.player that return PlayerPropertiesModifier and TypeMethodDescription@Nullable PlayerProperties
LeaderboardFetchResult.getPropertiesAtRank
(int rank) Obtains the properties of the player at the given rank.Methods in de.marcely.bedwars.api.player that return types with arguments of type PlayerPropertiesModifier and TypeMethodDescriptionPlayerDataAPI.getCachedProperties()
Gets a collection of all currently cached player properties.PlayerDataAPI.getPropertiesCached
(UUID id) Tries to get properties from the cache.default Optional
<PlayerProperties> PlayerDataAPI.getPropertiesCached
(OfflinePlayer player) Tries to get properties from the cache.Method parameters in de.marcely.bedwars.api.player with type arguments of type PlayerPropertiesModifier and TypeMethodDescriptionvoid
PlayerDataAPI.getProperties
(UUID id, Consumer<PlayerProperties> callback) Tries to fetch the properties of the player.default void
PlayerDataAPI.getProperties
(OfflinePlayer player, Consumer<PlayerProperties> callback) Tries to fetch the properties of the player.Constructors in de.marcely.bedwars.api.player with parameters of type PlayerPropertiesModifierConstructorDescriptionLeaderboardFetchResult
(PlayerStatSet statSet, int minRank, int maxRank, PlayerStats[] stats, PlayerProperties[] properties)