Mappings Update

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-12-06 10:00:00 +11:00
parent e9e6bec4e5
commit 102dee7d4f
123 changed files with 393 additions and 442 deletions

View File

@@ -237,7 +237,7 @@
+ // CraftBukkit end
+
public boolean setAir(BlockPosition blockposition) {
Fluid fluid = this.b(blockposition);
Fluid fluid = this.getFluid(blockposition);
@@ -234,6 +412,11 @@
@@ -392,8 +392,8 @@
try {
++entity.ticksLived;
@@ -804,8 +1067,10 @@
CrashReportSystemDetails crashreportsystemdetails1;
CrashReport crashreport1;
CrashReportSystemDetails crashreportsystemdetails1;
- for (i = 0; i < this.entityList.size(); ++i) {
- entity = (Entity) this.entityList.get(i);