Uses of Class
net.fateuhc.plugin.player.Profile
Packages that use Profile
-
Uses of Profile in net.fateuhc.plugin.api.managers
Methods in net.fateuhc.plugin.api.managers that return ProfileModifier and TypeMethodDescriptionProfileManager.getProfile(Object object) Used to get a player's profile.Methods in net.fateuhc.plugin.api.managers that return types with arguments of type ProfileMethods in net.fateuhc.plugin.api.managers with parameters of type ProfileModifier and TypeMethodDescriptionvoidProfileManager.setSpectating(org.bukkit.entity.Player player, Profile profile) Used to set a player to spectator mode.Method parameters in net.fateuhc.plugin.api.managers with type arguments of type ProfileModifier and TypeMethodDescriptionvoidProfileManager.setProfiles(Map<UUID, Profile> profiles) Used to set the list of profiles. -
Uses of Profile in net.fateuhc.plugin.utilties.uhc.game
Methods in net.fateuhc.plugin.utilties.uhc.game that return ProfileConstructors in net.fateuhc.plugin.utilties.uhc.game with parameters of type Profile