CLASS net/minecraft/class_6179 net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault COMMENT Specifies that all methods in the annotated package/class return nonnull COMMENT values unless nullability is specified with a separate annotation. COMMENT COMMENT

While this annotation is meant to be a package/class annotation, it can COMMENT be applied to anything as it does not restrict its targets. COMMENT COMMENT

This annotation is used on the client exclusively. COMMENT COMMENT @see MethodsReturnNonnullByDefault COMMENT @see MathMethodsReturnNonnullByDefault