Package | Description |
---|---|
com.comphenix.protocol.events | |
com.comphenix.protocol.wrappers |
Modifier and Type | Method and Description |
---|---|
StructureModifier<java.util.Map<WrappedStatistic,java.lang.Integer>> |
PacketContainer.getStatisticMaps()
Retrieve a read/write structure for maps of statistics.
|
Modifier and Type | Method and Description |
---|---|
static WrappedStatistic |
WrappedStatistic.fromHandle(java.lang.Object handle)
Construct a new wrapper from a given underlying statistics.
|
static WrappedStatistic |
WrappedStatistic.fromName(java.lang.String name)
Construct a wrapper around an existing game profile.
|
Modifier and Type | Method and Description |
---|---|
static EquivalentConverter<WrappedStatistic> |
BukkitConverters.getWrappedStatisticConverter()
Retrieve the converter for a statistic.
|
static java.lang.Iterable<WrappedStatistic> |
WrappedStatistic.values()
Retrieve every known statistics.
|