Uses of Class
net.md_5.bungee.api.chat.player.Profile
Packages that use Profile
-
Uses of Profile in net.md_5.bungee.api.chat.objects
Methods in net.md_5.bungee.api.chat.objects that return ProfileModifier and TypeMethodDescription@NonNull ProfilePlayerObject.getProfile()The profile of the player.Methods in net.md_5.bungee.api.chat.objects with parameters of type ProfileModifier and TypeMethodDescriptionvoidPlayerObject.setProfile(@NonNull Profile profile) The profile of the player.Constructors in net.md_5.bungee.api.chat.objects with parameters of type ProfileModifierConstructorDescriptionPlayerObject(@NonNull Profile profile, Boolean hat) Creates a newPlayerObjectinstance.