- 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
-
- MINECRAFT_OBJECT - Static variable in class com.comphenix.protocol.utility.MinecraftReflection
-
Deprecated.
- 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.