mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
deprecate all obfhelpers
This commit is contained in:
@@ -1061,7 +1061,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
public final long triggerTick;
|
||||
public final TickPriority priority;
|
||||
- private final long c;
|
||||
+ private final long c; public final long getId() { return this.c; } // Paper - OBFHELPER
|
||||
+ private final long c; @Deprecated public final long getId() { return this.c; } // Paper - OBFHELPER
|
||||
+ private final int hash; // Paper
|
||||
+ public int tickState; // Paper
|
||||
|
||||
|
Reference in New Issue
Block a user