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(java.lang.Object handle)
Construct a wrapper around an existing game profile.
|
WrappedGameProfile |
WrappedGameProfile.withId(java.lang.String id)
Construct a new game profile with the same name, but different id.
|
WrappedGameProfile |
WrappedGameProfile.withName(java.lang.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(java.lang.Iterable<? extends WrappedGameProfile> profile)
Set the displayed list of logged in players.
|