Uses of Interface
net.citizensnpcs.npc.skin.profile.ProfileFetchHandler
-
Uses of ProfileFetchHandler in net.citizensnpcs.npc.skin.profile
Modifier and TypeMethodDescriptionvoid
ProfileRequest.addHandler
(ProfileFetchHandler handler) Add one time result handler.static void
ProfileFetcher.fetch
(String name, ProfileFetchHandler handler) Fetch a profile.static void
ProfileFetcher.fetchForced
(String name, ProfileFetchHandler handler) ModifierConstructorDescriptionProfileRequest
(String playerName, ProfileFetchHandler handler) Constructor.