Uses of Class
com.comphenix.protocol.wrappers.WrappedStatistic
Packages that use WrappedStatistic
-
Uses of WrappedStatistic in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedStatisticModifier and TypeMethodDescriptionAbstractStructure.getStatisticMaps()Retrieve a read/write structure for maps of statistics. -
Uses of WrappedStatistic in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedStatisticModifier and TypeMethodDescriptionstatic WrappedStatisticWrappedStatistic.fromHandle(Object handle)Construct a new wrapper from a given underlying statistics.static WrappedStatisticConstruct a wrapper around an existing game profile.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedStatisticModifier and TypeMethodDescriptionstatic EquivalentConverter<WrappedStatistic>BukkitConverters.getWrappedStatisticConverter()Retrieve the converter for a statistic.static Iterable<WrappedStatistic>WrappedStatistic.values()Retrieve every known statistics.