- handle(PacketEvent, CommandFilter.Filter, Exception) - Method in interface com.comphenix.protocol.CommandFilter.FilterFailedHandler
-
Invoked when a given filter has failed.
- handle - Variable in class com.comphenix.protocol.events.PacketContainer
-
- handle(PacketEvent, byte[]) - Method in interface com.comphenix.protocol.events.PacketOutputHandler
-
Invoked when a given packet is to be written to the output stream.
- handle - Variable in class com.comphenix.protocol.wrappers.AbstractWrapper
-
- handle - Variable in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Reference to the underlying attribute snapshot.
- handleCommand(CommandSender, String[]) - Method in class com.comphenix.protocol.CommandFilter
-
- handleType - Variable in class com.comphenix.protocol.wrappers.AbstractWrapper
-
- HANDSHAKE - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- hasAsynchronousListeners(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- hasAsynchronousListeners(PacketEvent) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Determine if a given synchronous packet has asynchronous listeners.
- hasCallerParameters() - Method in class com.comphenix.protocol.error.Report
-
Determine if we have any caller parameters.
- hasClass(Class<?>) - Static method in class com.comphenix.protocol.PacketType
-
Determine if a given class represents a packet class.
- hasCurrent(PacketType.Protocol, PacketType.Sender, int) - Static method in class com.comphenix.protocol.PacketType
-
Determine if the given packet exists.
- hasExpired() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Determine if this packet has expired.
- hasExpired(long) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Determine if this packet has expired given this time.
- hashCode() - Method in class com.comphenix.protocol.async.AsyncMarker
-
- hashCode() - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
-
- hashCode() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
- hashCode() - Method in class com.comphenix.protocol.injector.PrioritizedListener
-
- hashCode() - Method in class com.comphenix.protocol.metrics.Metrics.Graph
-
- hashCode() - Method in class com.comphenix.protocol.metrics.Metrics.Plotter
-
- hashCode() - Method in class com.comphenix.protocol.PacketType
-
- hashCode() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
- hashCode() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract
-
- hashCode() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
- hashCode() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
- hashCode() - Method in class com.comphenix.protocol.utility.SnapshotVersion
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.ChunkCoordIntPair
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.ChunkPosition
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.collection.CachedCollection
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedChatComponent
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedGameProfile
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedStatistic
-
- hashCode() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
- hasLegacy(int) - Static method in class com.comphenix.protocol.PacketType
-
Determine if the given legacy packet exists.
- hasLogin() - Method in enum com.comphenix.protocol.injector.GamePhase
-
Determine if the current value represents the login phase.
- hasMember(int) - Method in class com.comphenix.protocol.reflect.IntEnum
-
Determines whether or not the given member exists.
- hasMember(T) - Method in class com.comphenix.protocol.reflect.ObjectEnum
-
Determines whether or not the given member has been registered to this enum.
- hasMessageParameters() - Method in class com.comphenix.protocol.error.Report
-
Determine if we have any message parameters.
- hasModifier(UUID) - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Determine if the attribute has a given attribute modifier, identified by UUID.
- hasOutputHandlers(NetworkMarker) - Static method in class com.comphenix.protocol.events.NetworkMarker
-
Determine if the given marker has any output handlers.
- hasPlaying() - Method in enum com.comphenix.protocol.injector.GamePhase
-
Determine if the current value represents the playing phase.
- hasStringIndex(Class<?>, int) - Static method in class com.comphenix.protocol.wrappers.nbt.NameProperty
-
Determine if a string of the given index exists in the base class.
- HELD_ITEM_SLOT - Static variable in class com.comphenix.protocol.PacketType.Play.Client
-
- HELD_ITEM_SLOT - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- high() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
Set the priority of the whitelist to high.
- highest() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
Set the priority of the whitelist to highest.
- HistogramStream - Class in com.comphenix.protocol.timing
-
Represents an online algortihm of computing histograms over time.
- HistogramStream(int) - Constructor for class com.comphenix.protocol.timing.HistogramStream
-
Construct a new histogram stream which splits up every observation in different bins, ordered by time.
- HistogramStream(HistogramStream) - Constructor for class com.comphenix.protocol.timing.HistogramStream
-
Construct a new copy of the given histogram.
- HistogramStream(List<StatisticsStream>, StatisticsStream, int) - Constructor for class com.comphenix.protocol.timing.HistogramStream
-
Construct a new histogram stream.
- HORSE_UPDATE - Static variable in class com.comphenix.protocol.utility.MinecraftVersion
-
Version 1.6.1 - the horse update.