Uses of Annotation Type
com.cryptomorin.xseries.reflection.proxy.annotations.Ignore
Packages that use Ignore
-
Uses of Ignore in com.cryptomorin.xseries.reflection.proxy
Methods in com.cryptomorin.xseries.reflection.proxy with annotations of type IgnoreModifier and TypeMethodDescription@NotNull ReflectiveProxyObjectReturns a newReflectiveProxyObjectthat's linked to a newReflectiveProxywith the given instance.@NotNull Class<?> ReflectiveProxyObject.getTargetClass()Get the real class object that this proxy object is referencing.@NotNull ObjectReflectiveProxyObject.instance()Gets the instance that the methods are delegating to.@org.jetbrains.annotations.NotNull booleanReflectiveProxyObject.isInstance(@Nullable Object object) Equivalent to the code: