Uses of Class
fr.luc.crcore.features.player.PlayerProfile
Packages that use PlayerProfile
Package
Description
-
Uses of PlayerProfile in fr.luc.crcore.features.player
Subinterfaces with type arguments of type PlayerProfile in fr.luc.crcore.features.playerMethods in fr.luc.crcore.features.player that return PlayerProfileModifier and TypeMethodDescriptionPlayerProfileService.getOrCreateProfile(UUID playerId) PlayerRanking.profile()Methods in fr.luc.crcore.features.player that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionPlayerProfileService.getAllProfiles()PlayerProfileService.getProfile(UUID playerId) Constructors in fr.luc.crcore.features.player with parameters of type PlayerProfile -
Uses of PlayerProfile in fr.luc.crcore.features.player.event
Methods in fr.luc.crcore.features.player.event that return PlayerProfileConstructors in fr.luc.crcore.features.player.event with parameters of type PlayerProfileModifierConstructorDescriptionPlayerProfileCreateEvent(PlayerProfile profile) PlayerProfileDeleteEvent(PlayerProfile profile) protectedPlayerProfileEvent(PlayerProfile profile) PlayerScoreChangeEvent(PlayerProfile profile, String scoreName, int oldValue, int newValue) -
Uses of PlayerProfile in fr.luc.crcore.features.player.impl
Methods in fr.luc.crcore.features.player.impl that return PlayerProfileModifier and TypeMethodDescriptionPlayerProfileServiceImpl.getOrCreateProfile(UUID playerId) protected PlayerProfilePlayerProfileServiceImpl.newProfile(UUID playerId) InMemoryPlayerProfileRepository.save(PlayerProfile profile) SqlitePlayerProfileRepository.save(PlayerProfile profile) Methods in fr.luc.crcore.features.player.impl that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionInMemoryPlayerProfileRepository.findAll()PlayerProfileServiceImpl.getAllProfiles()PlayerProfileServiceImpl.getProfile(UUID playerId) Methods in fr.luc.crcore.features.player.impl with parameters of type PlayerProfileModifier and TypeMethodDescriptionprotected PlayerRankingPlayerProfileServiceImpl.newRanking(int rank, PlayerProfile profile, int score) protected voidBukkitEventFiringPlayerProfileServiceImpl.onProfileCreated(PlayerProfile profile) protected voidPlayerProfileServiceImpl.onProfileCreated(PlayerProfile profile) protected voidBukkitEventFiringPlayerProfileServiceImpl.onProfileDeleted(PlayerProfile profile) protected voidPlayerProfileServiceImpl.onProfileDeleted(PlayerProfile profile) protected voidBukkitEventFiringPlayerProfileServiceImpl.onScoreChanged(PlayerProfile profile, String scoreName, int oldValue, int newValue) protected voidPlayerProfileServiceImpl.onScoreChanged(PlayerProfile profile, String scoreName, int oldValue, int newValue) InMemoryPlayerProfileRepository.save(PlayerProfile profile) SqlitePlayerProfileRepository.save(PlayerProfile profile) Method parameters in fr.luc.crcore.features.player.impl with type arguments of type PlayerProfileModifier and TypeMethodDescriptionprotected List<PlayerRanking> PlayerProfileServiceImpl.rank(ToIntFunction<PlayerProfile> scoreFn)