mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
[SPIGOT-946] Begin making use of access transforms to simplify patching.
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
--- a/net/minecraft/server/TileEntitySign.java
|
||||
+++ b/net/minecraft/server/TileEntitySign.java
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
public final IChatBaseComponent[] lines = new IChatBaseComponent[] { new ChatComponentText(""), new ChatComponentText(""), new ChatComponentText(""), new ChatComponentText("")};
|
||||
public int f = -1;
|
||||
- private boolean isEditable = true;
|
||||
+ public boolean isEditable = true; // CraftBukkit - public
|
||||
private EntityHuman h;
|
||||
private final CommandObjectiveExecutor i = new CommandObjectiveExecutor();
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
nbttagcompound.setString("Text" + (i + 1), s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user