Remove unsed method
This commit is contained in:
parent
b60321a9ca
commit
b569c72761
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ final public class EntityGrowingCrystal extends EntityItem
|
||||||
|
|
||||||
private int progress_1000 = 0;
|
private int progress_1000 = 0;
|
||||||
|
|
||||||
public float getProgress()
|
|
||||||
{
|
|
||||||
return progress_1000 / 1000.0f;
|
|
||||||
}
|
|
||||||
|
|
||||||
public EntityGrowingCrystal(World w) {
|
public EntityGrowingCrystal(World w) {
|
||||||
super( w );
|
super( w );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue