Uses of Class
fr.luc.crcore.player.PlayerProfile
Packages that use PlayerProfile
-
Uses of PlayerProfile in fr.luc.crcore.player
Subinterfaces with type arguments of type PlayerProfile in fr.luc.crcore.playerMethods in fr.luc.crcore.player that return PlayerProfileModifier and TypeMethodDescriptionPlayerProfileService.getOrCreateProfile(UUID playerId) PlayerProfileServiceImpl.getOrCreateProfile(UUID playerId) protected PlayerProfilePlayerProfileServiceImpl.newProfile(UUID playerId) PlayerRanking.profile()InMemoryPlayerProfileRepository.save(PlayerProfile profile) SqlitePlayerProfileRepository.save(PlayerProfile profile) Methods in fr.luc.crcore.player that return types with arguments of type PlayerProfileModifier and TypeMethodDescriptionInMemoryPlayerProfileRepository.findAll()PlayerProfileService.getAllProfiles()PlayerProfileServiceImpl.getAllProfiles()PlayerProfileService.getProfile(UUID playerId) PlayerProfileServiceImpl.getProfile(UUID playerId) Methods in fr.luc.crcore.player 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.player with type arguments of type PlayerProfileModifier and TypeMethodDescriptionprotected List<PlayerRanking> PlayerProfileServiceImpl.rank(ToIntFunction<PlayerProfile> scoreFn) Constructors in fr.luc.crcore.player with parameters of type PlayerProfile -
Uses of PlayerProfile in fr.luc.crcore.player.event
Methods in fr.luc.crcore.player.event that return PlayerProfileConstructors in fr.luc.crcore.player.event with parameters of type PlayerProfileModifierConstructorDescriptionPlayerProfileCreateEvent(PlayerProfile profile) PlayerProfileDeleteEvent(PlayerProfile profile) protectedPlayerProfileEvent(PlayerProfile profile) PlayerScoreChangeEvent(PlayerProfile profile, String scoreName, int oldValue, int newValue)