public EntityFX getEntityFX( int p_178902_1_, World worldIn, double p_178902_3_, double p_178902_5_, double p_178902_7_, double p_178902_9_, double p_178902_11_, double p_178902_13_, int... p_178902_15_) { return (new EntityDiggingFX( worldIn, p_178902_3_, p_178902_5_, p_178902_7_, p_178902_9_, p_178902_11_, p_178902_13_, Block.getStateById(p_178902_15_[0]))) .func_174845_l(); }
public IBlockState getDisplayTile() { return !this.hasDisplayTile() ? this.getDefaultDisplayTile() : Block.getStateById(this.getDataWatcher().getWatchableObjectInt(20)); }
public IBlockState func_175489_ck() { return Block.getStateById(this.dataWatcher.getWatchableObjectShort(16) & 65535); }