mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
-
This commit is contained in:
committed by
Dinner Bone
parent
21e7f1c440
commit
e5d7a46029
@@ -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;
|
||||
|
Reference in New Issue
Block a user