forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Last few top level classes (annotations) (FabricMC#2321)
Signed-off-by: liach <[email protected]> Co-authored-by: liach <[email protected]>
- Loading branch information
Showing
7 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CLASS net/minecraft/class_6178 net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault | ||
COMMENT Specifies that all fields in the annotated package/class are nonnull | ||
COMMENT unless nullability is specified with a separate annotation. | ||
COMMENT | ||
COMMENT <p>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 <p>This annotation is used on the client exclusively. | ||
COMMENT | ||
COMMENT @see FieldsAreNonnullByDefault | ||
COMMENT @see FieldsAreNonnullByDefault2 |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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 <p>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 <p>This annotation is used on the client exclusively. | ||
COMMENT | ||
COMMENT @see MethodsReturnNonnullByDefault | ||
COMMENT @see MathMethodsReturnNonnullByDefault |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/util/annotation/DeobfuscateClass.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_6177 net/minecraft/util/annotation/DeobfuscateClass | ||
COMMENT An annotation on classes. When a class is annotated, the class itself and its | ||
COMMENT fields and methods are not obfuscated. Mainly used by blaze3d. | ||
COMMENT | ||
COMMENT @see net.minecraft.obfuscate.DontObfuscate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault2.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
CLASS net/minecraft/class_6037 net/minecraft/util/annotation/FieldsAreNonnullByDefault2 | ||
COMMENT Specifies that all fields in the annotated package/class are nonnull | ||
COMMENT unless nullability is specified with a separate annotation. | ||
COMMENT | ||
COMMENT <p>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 <p>This is pretty much identical to {@link FieldsAreNonnullByDefault} that they | ||
COMMENT are used on different package info files and never coexist. | ||
COMMENT | ||
COMMENT @see ClientFieldsAreNonnullByDefault | ||
COMMENT @see FieldsAreNonnullByDefault |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CLASS net/minecraft/class_6216 net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault | ||
COMMENT Specifies that all methods in the annotated package/class return nonnull | ||
COMMENT values unless nullability is specified with a separate annotation. | ||
COMMENT | ||
COMMENT <p>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 <p>This is pretty much identical to {@link MethodsReturnNonnullByDefault}, but | ||
COMMENT this is only used by the package info for a few math classes. | ||
COMMENT | ||
COMMENT @see MethodsReturnNonnullByDefault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters