Uses of Class
com.comphenix.protocol.wrappers.WrappedGameProfile
Packages that use WrappedGameProfile
-
Uses of WrappedGameProfile in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedGameProfileModifier and TypeMethodDescriptionAbstractStructure.getGameProfiles()Retrieves a read/write structure for game profiles in Minecraft 1.7.2. -
Uses of WrappedGameProfile in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedGameProfileModifier and TypeMethodDescriptionstatic WrappedGameProfileWrappedGameProfile.fromHandle(Object handle)Construct a wrapper around an existing game profile.static WrappedGameProfileWrappedGameProfile.fromOfflinePlayer(org.bukkit.OfflinePlayer player)Retrieve the associated game profile of an offline player.static WrappedGameProfileWrappedGameProfile.fromPlayer(org.bukkit.entity.Player player)Retrieve the associated game profile of a player.PlayerInfoData.getProfile()Gets the GameProfile of the player represented by this data.Construct a new game profile with the same name, but different id.Construct a new game profile with the same ID, but different name.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedGameProfileModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<WrappedGameProfile>WrappedServerPing.getPlayers()Retrieve a copy of all the logged in players.BukkitConverters.getWrappedGameProfileConverter()Retrieve a converter for wrapped game profiles.Method parameters in com.comphenix.protocol.wrappers with type arguments of type WrappedGameProfileModifier and TypeMethodDescriptionvoidWrappedServerPing.setPlayers(Iterable<? extends WrappedGameProfile> profile)Set the displayed list of logged in players.Constructors in com.comphenix.protocol.wrappers with parameters of type WrappedGameProfileModifierConstructorDescriptionPlayerInfoData(WrappedGameProfile profile, int latency, EnumWrappers.NativeGameMode gameMode, WrappedChatComponent displayName)