summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2011-01-10 09:30:34 +0100
committerErik Broes <erikbroes@grum.nl>2011-01-10 09:30:34 +0100
commit136ad76e6ac7316825cbbd2b19fc03a67a20f5b9 (patch)
treecaf61df5b9877962e285213e3ac59931dc2e4ef1 /src/main
parentb1ee09f733be162c64212bbbc648b112f990d288 (diff)
downloadcraftbukkit-136ad76e6ac7316825cbbd2b19fc03a67a20f5b9.tar
craftbukkit-136ad76e6ac7316825cbbd2b19fc03a67a20f5b9.tar.gz
craftbukkit-136ad76e6ac7316825cbbd2b19fc03a67a20f5b9.tar.lz
craftbukkit-136ad76e6ac7316825cbbd2b19fc03a67a20f5b9.tar.xz
craftbukkit-136ad76e6ac7316825cbbd2b19fc03a67a20f5b9.zip
Remember, minimal diffs and *NO TABS*
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/net/minecraft/server/EntityPlayerMP.java10
-rw-r--r--src/main/java/net/minecraft/server/EntitySkeleton.java150
-rw-r--r--src/main/java/net/minecraft/server/EntityZombie.java16
-rw-r--r--src/main/java/net/minecraft/server/ItemInWorldManager.java22
-rw-r--r--src/main/java/org/bukkit/craftbukkit/CraftServer.java10
-rw-r--r--src/main/java/org/bukkit/craftbukkit/CraftWorld.java2
6 files changed, 105 insertions, 105 deletions
diff --git a/src/main/java/net/minecraft/server/EntityPlayerMP.java b/src/main/java/net/minecraft/server/EntityPlayerMP.java
index 751081c2..01138f2d 100644
--- a/src/main/java/net/minecraft/server/EntityPlayerMP.java
+++ b/src/main/java/net/minecraft/server/EntityPlayerMP.java
@@ -51,7 +51,7 @@ public class EntityPlayerMP extends EntityPlayer
}
public void k() {
- // CraftBukkit: Downcast to make it work.
+ // CraftBukkit: Downcast to make it work.
ap.a((ICrafting)this);
}
@@ -223,7 +223,7 @@ public class EntityPlayerMP extends EntityPlayer
a.b(new Packet100(bH, 1, "Crafting", 9));
ap = new CraftingInventoryWorkbenchCB(an, this.l, i, j, l);
ap.f = bH;
- // CraftBukkit: Downcast to make it work.
+ // CraftBukkit: Downcast to make it work.
ap.a((ICrafting)this);
}
@@ -232,7 +232,7 @@ public class EntityPlayerMP extends EntityPlayer
a.b(new Packet100(bH, 0, iinventory.b(), iinventory.a()));
ap = new CraftingInventoryChestCB(an, iinventory);
ap.f = bH;
- // CraftBukkit: Downcast to make it work.
+ // CraftBukkit: Downcast to make it work.
ap.a((ICrafting)this);
}
@@ -241,7 +241,7 @@ public class EntityPlayerMP extends EntityPlayer
a.b(new Packet100(bH, 2, tileentityfurnace.b(), tileentityfurnace.a()));
ap = new CraftingInventoryFurnaceCB(an, tileentityfurnace);
ap.f = bH;
- // CraftBukkit: Downcast to make it work.
+ // CraftBukkit: Downcast to make it work.
ap.a((ICrafting)this);
}
@@ -283,7 +283,7 @@ public class EntityPlayerMP extends EntityPlayer
}
public void K() {
- // CraftBukkit: Downcast to make it work.
+ // CraftBukkit: Downcast to make it work.
ap.a((ICrafting)this);
ap = ao;
}
diff --git a/src/main/java/net/minecraft/server/EntitySkeleton.java b/src/main/java/net/minecraft/server/EntitySkeleton.java
index e2a684c4..92febcd5 100644
--- a/src/main/java/net/minecraft/server/EntitySkeleton.java
+++ b/src/main/java/net/minecraft/server/EntitySkeleton.java
@@ -1,5 +1,6 @@
package net.minecraft.server;
+
import java.util.Random;
import org.bukkit.craftbukkit.CraftLivingEntity;
@@ -9,78 +10,79 @@ import org.bukkit.event.entity.EntityCombustEvent;
public class EntitySkeleton extends EntityMobs {
- private static final ItemStack a;
-
- public EntitySkeleton(World world) {
- super(world);
- aQ = "/mob/skeleton.png";
- }
-
- protected String d() {
- return "mob.skeleton";
- }
-
- protected String e() {
- return "mob.skeletonhurt";
- }
-
- protected String f() {
- return "mob.skeletonhurt";
- }
-
- public void G() {
- if (l.b()) {
- float f1 = b(1.0F);
-
- if (f1 > 0.5F && l.h(MathHelper.b(p), MathHelper.b(q), MathHelper.b(r)) && W.nextFloat() * 30F < (f1 - 0.4F) * 2.0F) {
- //Craftbukkit start
- CraftServer server = ((WorldServer) l).getServer();
- EntityCombustEvent event = new EntityCombustEvent(Type.ENTITY_COMBUST, new CraftLivingEntity(server, (EntityLiving) this));
- server.getPluginManager().callEvent(event);
- if (!event.isCancelled()) {
- Z = 300;
- }
- //Craftbukkit stop
- }
- }
- super.G();
- }
-
- protected void a(Entity entity, float f1) {
- if (f1 < 10F) {
- double d1 = entity.p - p;
- double d2 = entity.r - r;
-
- if (bg == 0) {
- EntityArrow entityarrow = new EntityArrow(l, this);
-
- entityarrow.q += 1.3999999761581421D;
- double d3 = entity.q - 0.20000000298023224D - entityarrow.q;
- float f2 = MathHelper.a(d1 * d1 + d2 * d2) * 0.2F;
-
- l.a(this, "random.bow", 1.0F, 1.0F / (W.nextFloat() * 0.4F + 0.8F));
- l.a(entityarrow);
- entityarrow.a(d1, d3 + (double) f2, d2, 0.6F, 12F);
- bg = 30;
- }
- v = (float) ((Math.atan2(d2, d1) * 180D) / 3.1415927410125732D) - 90F;
- ak = true;
- }
- }
-
- public void a(NBTTagCompound nbttagcompound) {
- super.a(nbttagcompound);
- }
-
- public void b(NBTTagCompound nbttagcompound) {
- super.b(nbttagcompound);
- }
-
- protected int g() {
- return Item.j.aW;
- }
-
- static {
- a = new ItemStack(Item.i, 1);
- }
+ private static final ItemStack a;
+
+ public EntitySkeleton(World world) {
+ super(world);
+ aQ = "/mob/skeleton.png";
+ }
+
+ protected String d() {
+ return "mob.skeleton";
+ }
+
+ protected String e() {
+ return "mob.skeletonhurt";
+ }
+
+ protected String f() {
+ return "mob.skeletonhurt";
+ }
+
+ public void G() {
+ if (l.b()) {
+ float f1 = b(1.0F);
+
+ if (f1 > 0.5F && l.h(MathHelper.b(p), MathHelper.b(q), MathHelper.b(r)) && W.nextFloat() * 30F < (f1 - 0.4F) * 2.0F) {
+ //Craftbukkit start
+ CraftServer server = ((WorldServer) l).getServer();
+ EntityCombustEvent event = new EntityCombustEvent(Type.ENTITY_COMBUST, new CraftLivingEntity(server, (EntityLiving) this));
+ server.getPluginManager().callEvent(event);
+ if (!event.isCancelled()) {
+ Z = 300;
+ }
+ //Craftbukkit stop
+ }
+ }
+ super.G();
+ }
+
+ protected void a(Entity entity, float f1) {
+ if (f1 < 10F) {
+ double d1 = entity.p - p;
+ double d2 = entity.r - r;
+
+ if (bg == 0) {
+ EntityArrow entityarrow = new EntityArrow(l, this);
+
+ entityarrow.q += 1.3999999761581421D;
+ double d3 = entity.q - 0.20000000298023224D - entityarrow.q;
+ float f2 = MathHelper.a(d1 * d1 + d2 * d2) * 0.2F;
+
+ l.a(this, "random.bow", 1.0F, 1.0F / (W.nextFloat() * 0.4F + 0.8F));
+ l.a(entityarrow);
+ entityarrow.a(d1, d3 + (double) f2, d2, 0.6F, 12F);
+ bg = 30;
+ }
+ v = (float) ((Math.atan2(d2, d1) * 180D) / 3.1415927410125732D) - 90F;
+ ak = true;
+ }
+ }
+
+ public void a(NBTTagCompound nbttagcompound) {
+ super.a(nbttagcompound);
+ }
+
+ public void b(NBTTagCompound nbttagcompound) {
+ super.b(nbttagcompound);
+ }
+
+ protected int g() {
+ return Item.j.aW;
+ }
+
+ static {
+ a = new ItemStack(Item.i, 1);
+ }
}
+
diff --git a/src/main/java/net/minecraft/server/EntityZombie.java b/src/main/java/net/minecraft/server/EntityZombie.java
index 91ee2c0e..60b3bce3 100644
--- a/src/main/java/net/minecraft/server/EntityZombie.java
+++ b/src/main/java/net/minecraft/server/EntityZombie.java
@@ -23,14 +23,14 @@ public class EntityZombie extends EntityMobs {
float f1 = b(1.0F);
if (f1 > 0.5F && l.h(MathHelper.b(p), MathHelper.b(q), MathHelper.b(r)) && W.nextFloat() * 30F < (f1 - 0.4F) * 2.0F) {
- //Craftbukkit start
- CraftServer server = ((WorldServer) l).getServer();
- EntityCombustEvent event = new EntityCombustEvent(Type.ENTITY_COMBUST, new CraftLivingEntity(server, (EntityLiving) this));
- server.getPluginManager().callEvent(event);
- if (!event.isCancelled()) {
- Z = 300;
- }
- //Craftbukkit stop
+ //Craftbukkit start
+ CraftServer server = ((WorldServer) l).getServer();
+ EntityCombustEvent event = new EntityCombustEvent(Type.ENTITY_COMBUST, new CraftLivingEntity(server, (EntityLiving) this));
+ server.getPluginManager().callEvent(event);
+ if (!event.isCancelled()) {
+ Z = 300;
+ }
+ //Craftbukkit stop
}
}
super.G();
diff --git a/src/main/java/net/minecraft/server/ItemInWorldManager.java b/src/main/java/net/minecraft/server/ItemInWorldManager.java
index 011ace1b..6376b0aa 100644
--- a/src/main/java/net/minecraft/server/ItemInWorldManager.java
+++ b/src/main/java/net/minecraft/server/ItemInWorldManager.java
@@ -3,17 +3,15 @@ package net.minecraft.server;
public class ItemInWorldManager {
- private World b; //currWorld
- public EntityPlayer a; //currPlayer
- private float c; // not used?
- //Craftbukkit start
- public float d; // blockDamage (0 up to 1) //Craftbukkit - Made public to get damage
- //Craftbukkit stop
- private int e; // funny counter
- private float f; // blockHits
- private int g; //posX
- private int h; //posY
- private int i; //posZ
+ private World b;
+ public EntityPlayer a;
+ private float c;
+ public float d; // CraftBukkit private -> public
+ private int e;
+ private float f;
+ private int g;
+ private int h;
+ private int i;
public ItemInWorldManager(World world) {
d = 0.0F;
@@ -127,4 +125,4 @@ public class ItemInWorldManager {
return itemstack.a(entityplayer, world, j, k, l, i1);
}
}
-} \ No newline at end of file
+}
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
index c3b9c7cd..2444070d 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
@@ -90,12 +90,12 @@ public final class CraftServer implements Server {
if (partialName.equalsIgnoreCase(iterPlayerName)) {
// Exact match
- matchedPlayers.clear();
- matchedPlayers.add(iterPlayer);
- break;
- }
+ matchedPlayers.clear();
+ matchedPlayers.add(iterPlayer);
+ break;
+ }
if (iterPlayerName.toLowerCase().indexOf(partialName.toLowerCase()) != -1) {
- // Partial match
+ // Partial match
matchedPlayers.add(iterPlayer);
}
}
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
index 35f2a3a8..8d5aa100 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -56,7 +56,7 @@ public class CraftWorld implements World {
}
public int getHighestBlockYAt(int x, int z) {
- return world.d(x, z);
+ return world.d(x, z);
}
public Chunk getChunkAt(int x, int z) {