This commit is contained in:
Taylor Kelly
2011-01-10 09:57:47 +08:00
committed by Dinner Bone
parent 21e7f1c440
commit e5d7a46029
4 changed files with 31 additions and 15 deletions

View File

@@ -3,15 +3,17 @@ package net.minecraft.server;
public class ItemInWorldManager {
private World b;
public EntityPlayer a;
private float c;
private float d;
private int e;
private float f;
private int g;
private int h;
private int i;
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
public ItemInWorldManager(World world) {
d = 0.0F;