mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
Things compile better when you update mc-dev
This commit is contained in:
parent
db0d9a2531
commit
b86b4ff71e
@ -1,6 +1,6 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
|
||||
Date: Mon, 18 May 2015 17:32:46 -0500
|
||||
Date: Sat, 23 May 2015 13:00:52 -0500
|
||||
Subject: [PATCH] mc-dev imports
|
||||
|
||||
|
||||
@ -768,7 +768,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ return false;
|
||||
+ }
|
||||
+
|
||||
+ public String e_(ItemStack itemstack) {
|
||||
+ public String f_(ItemStack itemstack) {
|
||||
+ return this.a.a();
|
||||
+ }
|
||||
+
|
||||
@ -780,6 +780,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ return this.a;
|
||||
+ }
|
||||
+
|
||||
+ public static void d_(ItemStack itemstack) {
|
||||
+ if (itemstack.hasTag() && itemstack.getTag().hasKeyOfType("BlockEntityTag", 10)) {
|
||||
+ itemstack.getTag().remove("BlockEntityTag");
|
||||
+ }
|
||||
+
|
||||
+ }
|
||||
+
|
||||
+ public Item c(String s) {
|
||||
+ return this.b(s);
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user