Mappings Update

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-12-26 08:00:00 +11:00
parent 239b2828db
commit d7e312278d
120 changed files with 878 additions and 1619 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/EntityVillager.java
+++ b/net/minecraft/server/EntityVillager.java
@@ -7,6 +7,16 @@
@@ -6,6 +6,16 @@
import javax.annotation.Nullable;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
@@ -17,7 +17,7 @@
public class EntityVillager extends EntityAgeable implements NPC, IMerchant {
@@ -38,7 +48,7 @@
@@ -37,7 +47,7 @@
public EntityVillager(World world, int i) {
super(EntityTypes.VILLAGER, world);
@@ -26,7 +26,7 @@
this.setProfession(i);
this.setSize(0.6F, 1.95F);
((Navigation) this.getNavigation()).a(true);
@@ -120,7 +130,14 @@
@@ -119,7 +129,14 @@
MerchantRecipe merchantrecipe = (MerchantRecipe) iterator.next();
if (merchantrecipe.h()) {
@@ -42,7 +42,7 @@
}
}
@@ -132,7 +149,7 @@
@@ -131,7 +148,7 @@
}
}
@@ -51,7 +51,7 @@
}
}
@@ -434,7 +451,20 @@
@@ -433,7 +450,20 @@
for (int l = 0; l < k; ++l) {
EntityVillager.IMerchantRecipeOption entityvillager_imerchantrecipeoption = aentityvillager_imerchantrecipeoption3[l];
@@ -73,7 +73,7 @@
}
}
@@ -569,7 +599,12 @@
@@ -568,7 +598,12 @@
entitywitch.setCustomNameVisible(this.getCustomNameVisible());
}