| Package | Description |
|---|---|
| com.comphenix.protocol.events | |
| com.comphenix.protocol.wrappers |
| Modifier and Type | Method and Description |
|---|---|
StructureModifier<WrappedGameProfile> |
PacketContainer.getGameProfiles()
Retrieves a read/write structure for game profiles in Minecraft 1.7.2.
|
| Modifier and Type | Method and Description |
|---|---|
static WrappedGameProfile |
WrappedGameProfile.fromHandle(Object handle)
Construct a wrapper around an existing game profile.
|
static WrappedGameProfile |
WrappedGameProfile.fromOfflinePlayer(org.bukkit.OfflinePlayer player)
Retrieve the associated game profile of an offline player.
|
static WrappedGameProfile |
WrappedGameProfile.fromPlayer(org.bukkit.entity.Player player)
Retrieve the associated game profile of a player.
|
WrappedGameProfile |
PlayerInfoData.getProfile()
Gets the GameProfile of the player represented by this data.
|
WrappedGameProfile |
WrappedGameProfile.withId(String id)
Construct a new game profile with the same name, but different id.
|
WrappedGameProfile |
WrappedGameProfile.withName(String name)
Construct a new game profile with the same ID, but different name.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<WrappedGameProfile> |
WrappedServerPing.getPlayers()
Retrieve a copy of all the logged in players.
|
static EquivalentConverter<WrappedGameProfile> |
BukkitConverters.getWrappedGameProfileConverter()
Retrieve a converter for wrapped attribute snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedServerPing.setPlayers(Iterable<? extends WrappedGameProfile> profile)
Set the displayed list of logged in players.
|
| Constructor and Description |
|---|
PlayerInfoData(WrappedGameProfile profile,
int latency,
EnumWrappers.NativeGameMode gameMode,
WrappedChatComponent displayName) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.