We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e267 commit 3020256Copy full SHA for 3020256
src/main/java/com/falsepattern/falsetweaks/api/threading/BypassTessReplacement.java
@@ -35,7 +35,7 @@
35
/**
36
* Marks this class as "knowing what it's doing" touching the {@link Tessellator#instance} field directly and doesn't touch it.
37
*/
38
-@ApiStatus.Experimental
+@ApiStatus.AvailableSince("4.4.0")
39
@Target(ElementType.TYPE)
40
@Retention(RetentionPolicy.CLASS)
41
public @interface BypassTessReplacement {
0 commit comments