Uses of Interface
net.citizensnpcs.npc.skin.profile.ProfileFetchHandler
Packages that use ProfileFetchHandler
-
Uses of ProfileFetchHandler in net.citizensnpcs.npc.skin.profile
Methods in net.citizensnpcs.npc.skin.profile with parameters of type ProfileFetchHandlerModifier 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) Constructors in net.citizensnpcs.npc.skin.profile with parameters of type ProfileFetchHandlerModifierConstructorDescriptionProfileRequest
(String playerName, ProfileFetchHandler handler) Constructor.