All parameters on one line (for now)
Easier picking of 1.7 changes
This commit is contained in:
@@ -41,13 +41,7 @@ public class RenderFloatingItem extends RenderEntityItem
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doRender(
|
||||
final EntityItem entityItem,
|
||||
final double x,
|
||||
final double y,
|
||||
final double z,
|
||||
final float yaw,
|
||||
final float partialTick )
|
||||
public void doRender( final EntityItem entityItem, final double x, final double y, final double z, final float yaw, final float partialTick )
|
||||
{
|
||||
if( entityItem instanceof EntityFloatingItem )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user