A B C D E F G H I K L M N O P R S T U V W X Y Z 

M

main(String[]) - Static method in class com.comphenix.protocol.Application
 
MAP_CHUNK - Static variable in class com.comphenix.protocol.Packets.Server
 
MAP_CHUNK_BULK - Static variable in class com.comphenix.protocol.Packets.Server
 
matchAnyOf(Class<?>...) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher that matches any of the given classes exactly.
matchAnyOf(Set<Class<?>>) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher that matches any of the given classes exactly.
matchDerived(Class<?>) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher that matches derived types of the given class.
matchExact(Class<?>) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher that matches types exactly.
matchParent() - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Match the parent class of a method, field or constructor.
matchRegex(Pattern, int) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher based on the canonical names of classes.
matchRegex(String, int) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher based on the canonical names of classes.
matchSuper(Class<?>) - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMatchers
Construct a class matcher that matches super types of the given class.
maxErrorCount - Variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
MAXIMUM_PACKET_ID - Static variable in class com.comphenix.protocol.Packets
The highest possible packet ID.
member - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
 
members - Variable in class com.comphenix.protocol.reflect.IntEnum
 
method(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new method contract.
method(FuzzyMethodContract.Builder) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new method contract via a builder.
MethodInfo - Class in com.comphenix.protocol.reflect
Represents a method or a constructor.
MethodInfo() - Constructor for class com.comphenix.protocol.reflect.MethodInfo
 
MethodUtils - Class in com.comphenix.protocol.reflect
Utility reflection methods focussed on methods in general rather than properties in particular.
MethodUtils() - Constructor for class com.comphenix.protocol.reflect.MethodUtils
 
Metrics - Class in com.comphenix.protocol.metrics
The metrics class obtains data about a plugin and submits statistics about it to the metrics backend.
Metrics(Plugin) - Constructor for class com.comphenix.protocol.metrics.Metrics
 
Metrics.Graph - Class in com.comphenix.protocol.metrics
Represents a custom graph on the website
Metrics.Plotter - Class in com.comphenix.protocol.metrics
Interface used to collect custom data for a plugin
Metrics.Plotter() - Constructor for class com.comphenix.protocol.metrics.Metrics.Plotter
Construct a plotter with the default plot name
Metrics.Plotter(String) - Constructor for class com.comphenix.protocol.metrics.Metrics.Plotter
Construct a plotter with a specific plot name
MINECRAFT_OBJECT - Static variable in class com.comphenix.protocol.utility.MinecraftReflection
Deprecated.
MinecraftMethods - Class in com.comphenix.protocol.utility
Static methods for accessing Minecraft methods.
MinecraftMethods() - Constructor for class com.comphenix.protocol.utility.MinecraftMethods
 
MinecraftReflection - Class in com.comphenix.protocol.utility
Methods and constants specifically used in conjuction with reflecting Minecraft object.
MOB_EFFECT - Static variable in class com.comphenix.protocol.Packets.Server
 
MOB_SPAWN - Static variable in class com.comphenix.protocol.Packets.Server
 
modifier - Variable in class com.comphenix.protocol.wrappers.WrappedWatchableObject
 
modifiersBanned - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
 
modifiersRequired - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
 
modify(int, Function<TField, TField>) - Method in class com.comphenix.protocol.reflect.StructureModifier
Correctly modifies the value of a field.
MonitorAdapter - Class in com.comphenix.protocol.events
Represents a listener that is notified of every sent and recieved packet.
MonitorAdapter(Plugin, ConnectionSide) - Constructor for class com.comphenix.protocol.events.MonitorAdapter
 
MonitorAdapter(Plugin, ConnectionSide, Logger) - Constructor for class com.comphenix.protocol.events.MonitorAdapter
 
MULTI_BLOCK_CHANGE - Static variable in class com.comphenix.protocol.Packets.Server
 
multiply(int) - Method in class com.comphenix.protocol.wrappers.ChunkPosition
Multiply each dimension in the current position by the given factor.
A B C D E F G H I K L M N O P R S T U V W X Y Z