Uses of Interface
com.comphenix.protocol.reflect.accessors.MethodAccessor
Packages that use MethodAccessor
-
Uses of MethodAccessor in com.comphenix.protocol.reflect.accessors
Methods in com.comphenix.protocol.reflect.accessors that return MethodAccessorModifier and TypeMethodDescriptionstatic MethodAccessorAccessors.getConstantAccessor(Object returnValue, Method method)Retrieve a method accessor that always return a constant value, regardless if input.static MethodAccessorAccessors.getMethodAcccessorOrNull(Class<?> clazz, String methodName)Retrieve a method accessor for a field with the given name and equivalent type, or NULL.static MethodAccessorAccessors.getMethodAccessor(Class<?> instanceClass, String methodName, Class<?>... parameters)Retrieve a method accessor for a method with the given name and signature.static MethodAccessorAccessors.getMethodAccessor(Method method)Retrieve a method accessor for a particular method, avoding checked exceptions.static MethodAccessorAccessors.getMethodAccessor(Method method, boolean forceAccess)Retrieve a method accessor for a particular method, avoding checked exceptions. -
Uses of MethodAccessor in com.comphenix.protocol.utility
Methods in com.comphenix.protocol.utility that return MethodAccessorModifier and TypeMethodDescriptionstatic MethodAccessorMinecraftReflection.getEntityUseActionEnumMethodAccessor()Get a method accessor to get the actual use action out of the wrapping EnumEntityUseAction in 1.17.static MethodAccessorMinecraftReflection.getNonNullListCreateAccessor()