SPIGOT-2871: Improve BlockStates + BlockStateMeta

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-12-02 09:29:33 +11:00
parent 159538aaba
commit a00951dd57
16 changed files with 275 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
--- a/net/minecraft/server/ItemReed.java
+++ b/net/minecraft/server/ItemReed.java
@@ -2,7 +2,7 @@
public class ItemReed extends Item {
- private final Block a;
+ public final Block a; // PAIL: private->public
public ItemReed(Block block) {
this.a = block;