Replaces all method parameter regarding their naming conventions
This commit is contained in:
@@ -33,9 +33,9 @@ public final class EntityFloatingItem extends EntityItem
|
||||
int superDeath = 0;
|
||||
float progress = 0;
|
||||
|
||||
public EntityFloatingItem( Entity parent, World p_i1710_1_, double p_i1710_2_, double p_i1710_4_, double p_i1710_6_, ItemStack p_i1710_8_ )
|
||||
public EntityFloatingItem( Entity parent, World world, double x, double y, double z, ItemStack stack )
|
||||
{
|
||||
super( p_i1710_1_, p_i1710_2_, p_i1710_4_, p_i1710_6_, p_i1710_8_ );
|
||||
super( world, x, y, z, stack );
|
||||
this.motionX = this.motionY = this.motionZ = 0.0d;
|
||||
this.hoverStart = 0.5f;
|
||||
this.rotationYaw = 0;
|
||||
|
||||
Reference in New Issue
Block a user