[SPIGOT-946] Begin making use of access transforms to simplify patching.

This commit is contained in:
md_5
2015-06-06 19:33:48 +10:00
parent a6a57a96d0
commit a65e45d889
47 changed files with 76 additions and 632 deletions

View File

@@ -1,11 +1 @@
--- a/net/minecraft/server/EntityFireworks.java
+++ b/net/minecraft/server/EntityFireworks.java
@@ -3,7 +3,7 @@
public class EntityFireworks extends Entity {
private int ticksFlown;
- private int expectedLifespan;
+ public int expectedLifespan; // CraftBukkit - public
public EntityFireworks(World world) {
super(world);