remove some more obf helpers
This commit is contained in:
@@ -89,7 +89,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
private int ticketLevel;
|
||||
- private int queueLevel;
|
||||
+ public volatile int queueLevel; // Paper - private->public, make volatile since this is concurrently accessed
|
||||
public final ChunkPos pos; // Paper - package->public
|
||||
public final ChunkPos pos;
|
||||
private boolean hasChangedSections;
|
||||
private final ShortSet[] changedBlocksPerSection;
|
||||
@@ -0,0 +0,0 @@ public class ChunkHolder {
|
||||
@@ -1080,8 +1080,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
--- a/src/main/java/net/minecraft/server/level/Ticket.java
|
||||
+++ b/src/main/java/net/minecraft/server/level/Ticket.java
|
||||
@@ -0,0 +0,0 @@ public final class Ticket<T> implements Comparable<Ticket<?>> {
|
||||
public final T key; public final T getObjectReason() { return this.key; } // Paper - OBFHELPER
|
||||
private long createdTick; public final long getCreationTick() { return this.createdTick; } // Paper - OBFHELPER
|
||||
public final T key;
|
||||
public long createdTick;
|
||||
public long delayUnloadBy; // Paper
|
||||
+ public int priority; // Paper - Chunk priority
|
||||
|
||||
|
||||
Reference in New Issue
Block a user